MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / instance_dict

Function instance_dict

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

Source from the content-addressed store, hash-verified

330 def instance_state(instance: _O) -> InstanceState[_O]: ...
331
332 def instance_dict(instance: object) -> Dict[str, Any]: ...
333
334else:
335 # 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