Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_ai
Method · 0.70
test_A
Method · 0.70
test_Ai
Method · 0.70
test_ai_B
Method · 0.70
test_ai_Bi
Method · 0.70
test_Ai_bi
Method · 0.70
test_Ai_Bi
Method · 0.70
test_Ai_B
Method · 0.70
test_Ai_Bi_Ci
Method · 0.70
test_Ai_bi_Ci
Method · 0.70
test_Ai_b_Ci
Method · 0.70
test_Ai_B_Ci
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_ai
Method · 0.56
test_A
Method · 0.56
test_Ai
Method · 0.56
test_ai_B
Method · 0.56
test_ai_Bi
Method · 0.56
test_Ai_bi
Method · 0.56
test_Ai_Bi
Method · 0.56
test_Ai_B
Method · 0.56
test_Ai_Bi_Ci
Method · 0.56
test_Ai_bi_Ci
Method · 0.56
test_Ai_b_Ci
Method · 0.56
test_Ai_B_Ci
Method · 0.56