MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / Child

Class Child

test/orm/test_cycles.py:1533–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531 self.name = name
1532
1533 class Child(cls.Basic):
1534 def __init__(self, name=""):
1535 self.name = name
1536
1537 def test_one(self):
1538 Child, Parent, parent, child = (

Callers 1

test_oneMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_oneMethod · 0.56