Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
91
def
inspect(
92
subject: Type[_InspectableTypeProtocol[_IN]], raiseerr: bool = True
93
) -> _IN: ...
94
95
96
@overload
Callers
15
drop_all_schema_objects_post_tables
Function · 0.90
_upsert
Function · 0.90
_ora_drop_all_schema_objects_post_tables
Function · 0.90
drop_all_schema_objects_pre_tables
Function · 0.90
visit_inspectable
Method · 0.90
visit_inspectable_list
Method · 0.90
_calc_owner
Method · 0.90
_non_canonical_get_for_object
Method · 0.90
fset
Method · 0.90
_choose_shard_and_assign
Method · 0.90
set_
Method · 0.90
_join
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
15
test_add_table_comment
Method · 0.72
test_drop_table_comment
Method · 0.72
test_create_table_if_not_exists
Method · 0.72
test_create_table_if_not_exists_via_create
Method · 0.72
test_create_index_if_not_exists
Method · 0.72
test_drop_table_if_exists
Method · 0.72
test_drop_table_if_exists_via_drop
Method · 0.72
test_drop_index_if_exists
Method · 0.72
fk
Method · 0.72
pk
Method · 0.72
ix
Method · 0.72
uq
Method · 0.72