MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / insp_is_attribute

Function insp_is_attribute

lib/sqlalchemy/orm/_typing.py:146–148  ·  view source on GitHub ↗
(
        obj: InspectionAttr,
    )

Source from the content-addressed store, hash-verified

144 def insp_is_aliased_class(obj: Any) -> TypeGuard[AliasedInsp[Any]]: ...
145
146 def insp_is_attribute(
147 obj: InspectionAttr,
148 ) -> TypeGuard[QueryableAttribute[Any]]: ...
149
150 def attr_is_internal_proxy(
151 obj: InspectionAttr,

Callers 1

_parse_attr_argumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected