(obj: Any)
| 140 | ) -> TypeGuard[MapperProperty[Any]]: ... |
| 141 | |
| 142 | def insp_is_mapper(obj: Any) -> TypeGuard[Mapper[Any]]: ... |
| 143 | |
| 144 | def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ... |
| 145 |
no outgoing calls
no test coverage detected