Called after the given class is instrumented. To get at the :class:`.ClassManager`, use :func:`.manager_of_class`.
(self, cls: ClassManager[_O])
| 168 | instrumentation._instrumentation_factory.dispatch._clear() |
| 169 | |
| 170 | def class_instrument(self, cls: ClassManager[_O]) -> None: |
| 171 | """Called after the given class is instrumented. |
| 172 | |
| 173 | To get at the :class:`.ClassManager`, use |
| 174 | :func:`.manager_of_class`. |
| 175 | |
| 176 | """ |
| 177 | |
| 178 | def class_uninstrument(self, cls: ClassManager[_O]) -> None: |
| 179 | """Called before the given class is uninstrumented. |