MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / Singular

Class Singular

test/ext/test_associationproxy.py:1674–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1672 singular = association_proxy("user", "singular")
1673
1674 class Singular(cls.Comparable):
1675 def __init__(self, value=None):
1676 self.value = value
1677
1678 keyword = association_proxy("keywords", "keyword")
1679
1680 @classmethod
1681 def setup_mappers(cls):

Callers 1

insert_dataMethod · 0.85

Calls 1

association_proxyFunction · 0.90

Tested by 1

insert_dataMethod · 0.68