MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _all_registries

Function _all_registries

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

Source from the content-addressed store, hash-verified

139
140
141def _all_registries() -> Set[registry]:
142 with _CONFIGURE_MUTEX:
143 return set(_mapper_registries)
144
145
146def _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