MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / prop_is_relationship

Function prop_is_relationship

lib/sqlalchemy/orm/_typing.py:154–156  ·  view source on GitHub ↗
(
        prop: MapperProperty[Any],
    )

Source from the content-addressed store, hash-verified

152 ) -> TypeGuard[QueryableAttribute[Any]]: ...
153
154 def prop_is_relationship(
155 prop: MapperProperty[Any],
156 ) -> TypeGuard[RelationshipProperty[Any]]: ...
157
158 def is_collection_impl(
159 impl: _AttributeImpl,

Callers 1

with_parentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected