Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ reflect_tables
Function
reflect_tables
test/perf/many_table_reflection.py:169–171 ·
view source on GitHub ↗
(engine, schema_name)
Source
from the content-addressed store, hash-verified
167
168
@log
169
def
reflect_tables(engine, schema_name):
170
ref_meta = sa.MetaData(schema=schema_name)
171
ref_meta.reflect(engine)
172
173
174
def
verify_dict(multi, single, str_compare=False):
Callers
1
main
Function · 0.85
Calls
1
reflect
Method · 0.95
Tested by
no test coverage detected