(path: PathRegistry)
| 823 | ) -> TypeGuard[_AbstractEntityRegistry]: ... |
| 824 | |
| 825 | def path_is_property(path: PathRegistry) -> TypeGuard[_PropRegistry]: ... |
| 826 | |
| 827 | else: |
| 828 | path_is_entity = operator.attrgetter("is_entity") |
no outgoing calls
no test coverage detected