MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / state_attribute_str

Function state_attribute_str

lib/sqlalchemy/orm/base.py:384–385  ·  view source on GitHub ↗
(state: InstanceState[Any], attribute: str)

Source from the content-addressed store, hash-verified

382
383
384def state_attribute_str(state: InstanceState[Any], attribute: str) -> str:
385 return state_str(state) + "." + attribute
386
387
388def object_mapper(instance: _T) -> Mapper[_T]:

Callers

nothing calls this directly

Calls 1

state_strFunction · 0.85

Tested by

no test coverage detected