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

Method _expire_memoizations

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

Source from the content-addressed store, hash-verified

2459 self._init_properties[key] = prop
2460
2461 def _expire_memoizations(self) -> None:
2462 for mapper in self.iterate_to_root():
2463 mapper._reset_memoizations()
2464
2465 @property
2466 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