MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/orm/test_instrumentation.py:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 inits = []
46
47 class A:
48 def __init__(self):
49 inits.append((A, "__init__"))
50
51 A()
52 eq_(inits, [(A, "__init__")])

Callers 15

test_aiMethod · 0.70
test_AMethod · 0.70
test_AiMethod · 0.70
test_ai_BMethod · 0.70
test_ai_BiMethod · 0.70
test_Ai_biMethod · 0.70
test_Ai_BiMethod · 0.70
test_Ai_BMethod · 0.70
test_Ai_Bi_CiMethod · 0.70
test_Ai_bi_CiMethod · 0.70
test_Ai_b_CiMethod · 0.70
test_Ai_B_CiMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_aiMethod · 0.56
test_AMethod · 0.56
test_AiMethod · 0.56
test_ai_BMethod · 0.56
test_ai_BiMethod · 0.56
test_Ai_biMethod · 0.56
test_Ai_BiMethod · 0.56
test_Ai_BMethod · 0.56
test_Ai_Bi_CiMethod · 0.56
test_Ai_bi_CiMethod · 0.56
test_Ai_b_CiMethod · 0.56
test_Ai_B_CiMethod · 0.56