MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / C

Class C

test/orm/test_instrumentation.py:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 self.register(B, inits)
202
203 class C(B):
204 def __init__(self):
205 inits.append((C, "__init__"))
206 super().__init__()
207
208 self.register(C, inits)
209

Callers 8

test_Ai_Bi_CiMethod · 0.70
test_Ai_bi_CiMethod · 0.70
test_Ai_b_CiMethod · 0.70
test_Ai_B_CiMethod · 0.70
test_Ai_B_CMethod · 0.70
test_A_Bi_CMethod · 0.70
test_A_B_CiMethod · 0.70
test_A_B_CMethod · 0.70

Calls

no outgoing calls

Tested by 8

test_Ai_Bi_CiMethod · 0.56
test_Ai_bi_CiMethod · 0.56
test_Ai_b_CiMethod · 0.56
test_Ai_B_CiMethod · 0.56
test_Ai_B_CMethod · 0.56
test_A_Bi_CMethod · 0.56
test_A_B_CiMethod · 0.56
test_A_B_CMethod · 0.56