MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _expire_memoizations

Method _expire_memoizations

lib/sqlalchemy/orm/mapper.py:2388–2390  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2386 self._init_properties[key] = prop
2387
2388 def _expire_memoizations(self) -> None:
2389 for mapper in self.iterate_to_root():
2390 mapper._reset_memoizations()
2391
2392 @property
2393 def _log_desc(self) -> str:

Callers 6

__init__Method · 0.95
_set_with_polymorphicMethod · 0.95
_configure_propertyMethod · 0.95
_do_configure_registriesFunction · 0.80
_add_attributeFunction · 0.80
_del_attributeFunction · 0.80

Calls 2

iterate_to_rootMethod · 0.95
_reset_memoizationsMethod · 0.80

Tested by

no test coverage detected