MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __missing__

Method __missing__

lib/sqlalchemy/orm/path_registry.py:782–785  ·  view source on GitHub ↗
(self, key: Any)

Source from the content-addressed store, hash-verified

780 self.registry = registry
781
782 def __missing__(self, key: Any) -> _PropRegistry:
783 self[key] = item = _PropRegistry(self.registry, key)
784
785 return item
786
787
788class _CachingEntityRegistry(_AbstractEntityRegistry):

Callers

nothing calls this directly

Calls 1

_PropRegistryClass · 0.85

Tested by

no test coverage detected