(self)
| 2334 | sa_exc.SAWarning, |
| 2335 | ) |
| 2336 | def _check_configure(self) -> None: |
| 2337 | if self.registry._new_mappers: |
| 2338 | _configure_registries({self.registry}, cascade=True) |
| 2339 | |
| 2340 | def _post_configure_properties(self) -> None: |
| 2341 | """Call the ``init()`` method on all ``MapperProperties`` |
no test coverage detected