Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _all_registries
Function
_all_registries
lib/sqlalchemy/orm/mapper.py:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
143
144
def
_all_registries() -> Set[registry]:
145
with
_CONFIGURE_MUTEX:
146
return
set(_mapper_registries)
147
148
149
def
_unconfigured_mappers() -> Iterator[Mapper[Any]]:
Callers
2
_unconfigured_mappers
Function · 0.85
configure_mappers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected