Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ C2
Class
C2
test/orm/test_cycles.py:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
self.data = data
63
64
class
C2(cls.Basic):
65
def
__init__(self, data=None):
66
self.data = data
67
68
def
test_single(self):
69
C1, t1 = self.classes.C1, self.tables.t1
Callers
3
test_cycle
Method · 0.70
test_cycle
Method · 0.70
test_cycle
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_cycle
Method · 0.56
test_cycle
Method · 0.56
test_cycle
Method · 0.56