MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / class_

Method class_

lib/sqlalchemy/orm/util.py:1119–1122  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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:

Callers 2

__call__Method · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected