Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
149
def
_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_registries
Function · 0.85
_mappers_to_configure
Method · 0.80
Tested by
no test coverage detected