(obj: Any)
| 142 | def insp_is_mapper(obj: Any) -> TypeGuard[Mapper[Any]]: ... |
| 143 | |
| 144 | def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ... |
| 145 | |
| 146 | def insp_is_attribute( |
| 147 | obj: InspectionAttr, |
no outgoing calls
no test coverage detected