Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _state_mapper
Function
_state_mapper
lib/sqlalchemy/orm/base.py:514–514 ·
view source on GitHub ↗
(state: InstanceState[_O])
Source
from the content-addressed store, hash-verified
512
if
TYPE_CHECKING:
513
514
def
_state_mapper(state: InstanceState[_O]) -> Mapper[_O]: ...
515
516
else
:
517
_state_mapper = util.dottedgetter(
"manager.mapper"
)
Callers
5
_canload
Method · 0.85
_register_persistent
Method · 0.85
_save_or_update_state
Method · 0.85
_merge
Method · 0.85
_flush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected