(self, cls: Type[_O])
| 1462 | ) |
| 1463 | |
| 1464 | def _dispose_cls(self, cls: Type[_O]) -> None: |
| 1465 | clsregistry._remove_class(cls.__name__, cls, self._class_registry) |
| 1466 | |
| 1467 | def _add_manager(self, manager: ClassManager[Any]) -> None: |
| 1468 | self._managers[manager] = True |
no outgoing calls
no test coverage detected