(self)
| 2407 | sa_exc.SAWarning, |
| 2408 | ) |
| 2409 | def _check_configure(self) -> None: |
| 2410 | if self.registry._new_mappers: |
| 2411 | _configure_registries({self.registry}, cascade=True) |
| 2412 | |
| 2413 | def _post_configure_properties(self) -> None: |
| 2414 | """Call the ``init()`` method on all ``MapperProperties`` |
no test coverage detected