MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Child

Class Child

test/ext/test_associationproxy.py:1477–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475
1476
1477class Child:
1478 def __init__(self, name):
1479 self.name = name
1480
1481
1482class KVChild:

Callers 9

_test_premature_flushMethod · 0.70
_test_sequence_opsMethod · 0.70
test_mapping_opsMethod · 0.70
test_set_operationsMethod · 0.70
ParentClass · 0.70
test_scalar_proxyMethod · 0.70
test_custom_getsetMethod · 0.70
ParentClass · 0.70

Calls

no outgoing calls

Tested by 7

_test_premature_flushMethod · 0.56
_test_sequence_opsMethod · 0.56
test_mapping_opsMethod · 0.56
test_set_operationsMethod · 0.56
test_scalar_proxyMethod · 0.56
test_custom_getsetMethod · 0.56