MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / recon_obj

Class recon_obj

test/orm/test_mapper.py:2419–2421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417 recon = []
2418
2419 class recon_obj:
2420 def __call__(self, obj):
2421 recon.append("go")
2422
2423 class User:
2424 __init__ = reconstructor(recon_obj())

Callers 2

UserClass · 0.85
recon_methClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected