(cls)
| 164 | |
| 165 | @classmethod |
| 166 | def _clear(cls) -> None: |
| 167 | super()._clear() |
| 168 | instrumentation._instrumentation_factory.dispatch._clear() |
| 169 | |
| 170 | def class_instrument(self, cls: ClassManager[_O]) -> None: |
| 171 | """Called after the given class is instrumented. |