MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / inspect

Function inspect

lib/sqlalchemy/inspection.py:91–93  ·  lib/sqlalchemy/inspection.py::inspect
(
    subject: Type[_InspectableTypeProtocol[_IN]], raiseerr: bool = True
)

Source from the content-addressed store, hash-verified

89
90@overload
91def inspect(
92 subject: Type[_InspectableTypeProtocol[_IN]], raiseerr: bool = True
93) -> _IN: ...
94
95
96@overload

Callers 15

_upsertFunction · 0.90
visit_inspectableMethod · 0.90
_calc_ownerMethod · 0.90
fsetMethod · 0.90
set_Method · 0.90
_joinMethod · 0.90

Calls 1

getMethod · 0.45

Tested by 15

fkMethod · 0.72
pkMethod · 0.72
ixMethod · 0.72
uqMethod · 0.72