MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _check_configure

Method _check_configure

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

Source from the content-addressed store, hash-verified

2334 sa_exc.SAWarning,
2335 )
2336 def _check_configure(self) -> None:
2337 if self.registry._new_mappers:
2338 _configure_registries({self.registry}, cascade=True)
2339
2340 def _post_configure_properties(self) -> None:
2341 """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