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

Method _check_configure

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

Source from the content-addressed store, hash-verified

2407 sa_exc.SAWarning,
2408 )
2409 def _check_configure(self) -> None:
2410 if self.registry._new_mappers:
2411 _configure_registries({self.registry}, cascade=True)
2412
2413 def _post_configure_properties(self) -> None:
2414 """Call the ``init()`` method on all ``MapperProperties``

Callers 12

get_propertyMethod · 0.95
_post_inspectMethod · 0.95
attrsMethod · 0.95
_filter_propertiesMethod · 0.95
entityMethod · 0.80
visit_columnMethod · 0.80
_inspect_mapped_classFunction · 0.80
_event_on_initFunction · 0.80
_post_inspectMethod · 0.80
__call__Method · 0.80

Calls 1

_configure_registriesFunction · 0.85

Tested by

no test coverage detected