Return the mapped class ultimately represented by this :class:`.AliasedInsp`.
(self)
| 1117 | |
| 1118 | @property |
| 1119 | def class_(self) -> Type[_O]: |
| 1120 | """Return the mapped class ultimately represented by this |
| 1121 | :class:`.AliasedInsp`.""" |
| 1122 | return self.mapper.class_ |
| 1123 | |
| 1124 | @property |
| 1125 | def _path_registry(self) -> AbstractEntityRegistry: |