MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_collection_impl

Function is_collection_impl

lib/sqlalchemy/orm/_typing.py:158–160  ·  view source on GitHub ↗
(
        impl: _AttributeImpl,
    )

Source from the content-addressed store, hash-verified

156 ) -> TypeGuard[RelationshipProperty[Any]]: ...
157
158 def is_collection_impl(
159 impl: _AttributeImpl,
160 ) -> TypeGuard[_CollectionAttributeImpl]: ...
161
162 def is_has_collection_adapter(
163 impl: _AttributeImpl,

Callers 4

_resetMethod · 0.85
_expire_attributesMethod · 0.85
_modified_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected