MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / insp_is_mapper

Function insp_is_mapper

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

Source from the content-addressed store, hash-verified

140 ) -> TypeGuard[MapperProperty[Any]]: ...
141
142 def insp_is_mapper(obj: Any) -> TypeGuard[Mapper[Any]]: ...
143
144 def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ...
145

Callers 5

_chop_pathMethod · 0.85
_parse_mapper_argumentFunction · 0.85
__init__Method · 0.85
_entity_corresponds_toFunction · 0.85
_add_bindMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected