MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / _state_constructor

Method _state_constructor

lib/sqlalchemy/orm/instrumentation.py:339–340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

337
338 @util.memoized_property
339 def _state_constructor(self) -> Type[state.InstanceState[_O]]:
340 return state.InstanceState
341
342 def manage(self):
343 """Mark this instance as the manager for its class."""

Callers 4

new_instanceMethod · 0.95
setup_instanceMethod · 0.95
_new_state_if_noneMethod · 0.95
setup_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected