(
impl: _AttributeImpl,
)
| 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, |
no outgoing calls
no test coverage detected