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