MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_has_collection_adapter

Function is_has_collection_adapter

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

Source from the content-addressed store, hash-verified

160 ) -> TypeGuard[_CollectionAttributeImpl]: ...
161
162 def is_has_collection_adapter(
163 impl: _AttributeImpl,
164 ) -> TypeGuard[_HasCollectionAdapter]: ...
165
166else:
167 insp_is_mapper_property = operator.attrgetter("is_property")

Callers 2

mergeMethod · 0.85
_value_as_iterableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected