MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _unconfigured_mappers

Function _unconfigured_mappers

lib/sqlalchemy/orm/mapper.py:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147
148
149def _unconfigured_mappers() -> Iterator[Mapper[Any]]:
150 for reg in _all_registries():
151 yield from reg._mappers_to_configure()
152
153
154_already_compiling = False

Callers

nothing calls this directly

Calls 2

_all_registriesFunction · 0.85
_mappers_to_configureMethod · 0.80

Tested by

no test coverage detected