MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / instance_state

Function instance_state

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

Source from the content-addressed store, hash-verified

328 ) -> Optional[ClassManager[_O]]: ...
329
330 def instance_state(instance: _O) -> InstanceState[_O]: ...
331
332 def instance_dict(instance: object) -> Dict[str, Any]: ...
333

Callers 15

instance_strFunction · 0.85
_inspect_mapped_objectFunction · 0.85
_instanceFunction · 0.85
get_historyMethod · 0.85
__set__Method · 0.85
__delete__Method · 0.85
__get__Method · 0.85
get_all_pendingMethod · 0.85
fire_remove_eventMethod · 0.85
fire_replace_eventMethod · 0.85
get_all_pendingMethod · 0.85
fire_append_eventMethod · 0.85

Calls

no outgoing calls

Tested by 4

_assert_not_orphanMethod · 0.68
_assert_is_orphanMethod · 0.68
test_instance_stateMethod · 0.68