(cls)
| 884 | |
| 885 | @classmethod |
| 886 | def _clear(cls) -> None: |
| 887 | super()._clear() |
| 888 | _MapperEventsHold._clear() |
| 889 | |
| 890 | def instrument_class(self, mapper: Mapper[_O], class_: Type[_O]) -> None: |
| 891 | r"""Receive a class when the mapper is first constructed, |