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

Class Child

test/orm/test_collection.py:1988–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986 self.label = label
1987
1988 class Child(cls.Basic):
1989 def __init__(self, a=None, b=None, c=None):
1990 self.a = a
1991 self.b = b
1992 self.c = c
1993
1994 def _test_scalar_mapped(self, collection_class):
1995 parents, children, Parent, Child = (

Callers 4

_test_scalar_mappedMethod · 0.70
_test_listMethod · 0.70
test_customMethod · 0.70

Calls

no outgoing calls

Tested by 4

_test_scalar_mappedMethod · 0.56
_test_listMethod · 0.56
test_customMethod · 0.56