MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / insp_is_aliased_class

Function insp_is_aliased_class

lib/sqlalchemy/orm/_typing.py:144–144  ·  view source on GitHub ↗
(obj: Any)

Source from the content-addressed store, hash-verified

142 def insp_is_mapper(obj: Any) -> TypeGuard[Mapper[Any]]: ...
143
144 def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ...
145
146 def insp_is_attribute(
147 obj: InspectionAttr,

Callers 7

_raise_for_does_not_linkFunction · 0.85
_with_parentMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
_entity_corresponds_toFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected