MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_A

Method test_A

test/orm/test_instrumentation.py:54–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 eq_(inits, [(A, "__init__")])
53
54 def test_A(self):
55 inits = []
56
57 class A:
58 pass
59
60 self.register(A, inits)
61
62 A()
63 eq_(inits, [(A, "init", A)])
64
65 def test_Ai(self):
66 inits = []

Callers

nothing calls this directly

Calls 3

registerMethod · 0.95
eq_Function · 0.90
AClass · 0.70

Tested by

no test coverage detected