Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Child3
Class
Child3
test/orm/test_cycles.py:1714–1716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1712
self.name = name
1713
1714
class
Child3(cls.Basic):
1715
def
__init__(self, name=
""
):
1716
self.name = name
1717
1718
def
test_one(self):
1719
child1, child2, child3, Parent, parent, Child1, Child2, Child3 = (
Callers
1
test_one
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_one
Method · 0.68