MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / instance_dict

Function instance_dict

lib/sqlalchemy/orm/base.py:328–328  ·  view source on GitHub ↗
(instance: object)

Source from the content-addressed store, hash-verified

326 def instance_state(instance: _O) -> InstanceState[_O]: ...
327
328 def instance_dict(instance: object) -> Dict[str, Any]: ...
329
330else:
331 # these can be replaced by sqlalchemy.ext.instrumentation

Callers 14

_instanceFunction · 0.85
get_historyMethod · 0.85
__set__Method · 0.85
__delete__Method · 0.85
__get__Method · 0.85
set_committed_valueFunction · 0.85
set_attributeFunction · 0.85
get_attributeFunction · 0.85
del_attributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected