MCPcopy
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
144def _all_registries() -> Set[registry]:
145 with _CONFIGURE_MUTEX:
146 return set(_mapper_registries)
147
148
149def _unconfigured_mappers() -> Iterator[Mapper[Any]]:

Callers 2

_unconfigured_mappersFunction · 0.85
configure_mappersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected