MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / class_

Method class_

lib/sqlalchemy/orm/util.py:1124–1127  ·  view source on GitHub ↗

Return the mapped class ultimately represented by this :class:`.AliasedInsp`.

(self)

Source from the content-addressed store, hash-verified

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:

Callers 2

__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected