Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ C1
Class
C1
test/orm/test_cycles.py:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
@classmethod
59
def
setup_classes(cls):
60
class
C1(cls.Basic):
61
def
__init__(self, data=None):
62
self.data = data
63
64
class
C2(cls.Basic):
65
def
__init__(self, data=None):
Callers
6
test_single
Method · 0.70
test_many_to_one_only
Method · 0.70
test_cycle
Method · 0.70
test_setnull_ondelete
Method · 0.70
test_cycle
Method · 0.70
test_cycle
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_single
Method · 0.56
test_many_to_one_only
Method · 0.56
test_cycle
Method · 0.56
test_setnull_ondelete
Method · 0.56
test_cycle
Method · 0.56
test_cycle
Method · 0.56