MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Singular

Class Singular

test/ext/test_associationproxy.py:1733–1737  ·  test/ext/test_associationproxy.py::ComparatorTest.Singular

Source from the content-addressed store, hash-verified

1731 singular = association_proxy(class="st">"user", class="st">"singular")
1732
1733 class Singular(cls.Comparable):
1734 def __init__(self, value=None):
1735 self.value = value
1736
1737 keyword = association_proxy(class="st">"keywords", class="st">"keyword")
1738
1739 @classmethod
1740 def setup_mappers(cls):

Callers 1

insert_dataMethod · 0.85

Calls 1

association_proxyFunction · 0.90

Tested by 1

insert_dataMethod · 0.68