(
obj: InspectionAttr,
)
| 144 | def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ... |
| 145 | |
| 146 | def insp_is_attribute( |
| 147 | obj: InspectionAttr, |
| 148 | ) -> TypeGuard[QueryableAttribute[Any]]: ... |
| 149 | |
| 150 | def attr_is_internal_proxy( |
| 151 | obj: InspectionAttr, |
no outgoing calls
no test coverage detected