MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / path_is_property

Function path_is_property

lib/sqlalchemy/orm/path_registry.py:825–825  ·  view source on GitHub ↗
(path: PathRegistry)

Source from the content-addressed store, hash-verified

823 ) -> TypeGuard[_AbstractEntityRegistry]: ...
824
825 def path_is_property(path: PathRegistry) -> TypeGuard[_PropRegistry]: ...
826
827else:
828 path_is_entity = operator.attrgetter("is_entity")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected