MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _entity_namespace_key

Function _entity_namespace_key

lib/sqlalchemy/sql/base.py:2607–2610  ·  view source on GitHub ↗
(
    entity: Union[_HasEntityNamespace, ExternallyTraversible],
    key: str,
)

Source from the content-addressed store, hash-verified

2605
2606@overload
2607def _entity_namespace_key(
2608 entity: Union[_HasEntityNamespace, ExternallyTraversible],
2609 key: str,
2610) -> SQLCoreOperations[Any]: ...
2611
2612
2613@overload

Callers 3

_expand_other_attrsFunction · 0.85
filter_byMethod · 0.85

Calls 1

_entity_namespaceFunction · 0.85

Tested by

no test coverage detected