MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / insp_is_mapper_property

Function insp_is_mapper_property

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

Source from the content-addressed store, hash-verified

136if TYPE_CHECKING:
137
138 def insp_is_mapper_property(
139 obj: Any,
140 ) -> TypeGuard[MapperProperty[Any]]: ...
141
142 def insp_is_mapper(obj: Any) -> TypeGuard[Mapper[Any]]: ...
143

Callers 2

_serialize_pathMethod · 0.85
_parse_attr_argumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected