MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _instance_dict

Method _instance_dict

lib/sqlalchemy/orm/state.py:173–175  ·  view source on GitHub ↗

default 'weak reference' for _instance_dict

(self)

Source from the content-addressed store, hash-verified

171 if not TYPE_CHECKING:
172
173 def _instance_dict(self):
174 """default 'weak reference' for _instance_dict"""
175 return None
176
177 expired_attributes: Set[str]
178 """The set of keys which are 'expired' to be loaded by

Callers 2

_cleanupMethod · 0.95
_modified_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected