Return the mapped class ultimately represented by this :class:`.AliasedInsp`.
(self)
| 1122 | |
| 1123 | @property |
| 1124 | def class_(self) -> Type[_O]: |
| 1125 | """Return the mapped class ultimately represented by this |
| 1126 | :class:`.AliasedInsp`.""" |
| 1127 | return self.mapper.class_ |
| 1128 | |
| 1129 | @property |
| 1130 | def _path_registry(self) -> _AbstractEntityRegistry: |