Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ recon_meth
Class
recon_meth
test/orm/test_mapper.py:2453–2457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2451
__sa_reconstructor__ = True
2452
2453
class
recon_meth:
2454
__func__ = recon_obj()
2455
2456
def
__call__(self, *arg, **kw):
2457
return
self.__func__.__call__(*arg, **kw)
2458
2459
class
User:
2460
__init__ = recon_meth()
Callers
1
User
Class · 0.85
Calls
1
recon_obj
Class · 0.85
Tested by
no test coverage detected