MCPcopy
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_singleMethod · 0.70
test_many_to_one_onlyMethod · 0.70
test_cycleMethod · 0.70
test_setnull_ondeleteMethod · 0.70
test_cycleMethod · 0.70
test_cycleMethod · 0.70

Calls

no outgoing calls

Tested by 6

test_singleMethod · 0.56
test_many_to_one_onlyMethod · 0.56
test_cycleMethod · 0.56
test_setnull_ondeleteMethod · 0.56
test_cycleMethod · 0.56
test_cycleMethod · 0.56