MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _is_has_entity_namespace

Function _is_has_entity_namespace

lib/sqlalchemy/sql/base.py:182–183  ·  view source on GitHub ↗
(element: Any)

Source from the content-addressed store, hash-verified

180
181
182def _is_has_entity_namespace(element: Any) -> TypeGuard[_HasEntityNamespace]:
183 return hasattr(element, "entity_namespace")
184
185
186# Remove when https://github.com/python/mypy/issues/14640 will be fixed

Callers 1

_entity_namespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected