(
prop: MapperProperty[Any],
)
| 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, |