MCPcopy
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
169def reflect_tables(engine, schema_name):
170 ref_meta = sa.MetaData(schema=schema_name)
171 ref_meta.reflect(engine)
172
173
174def verify_dict(multi, single, str_compare=False):

Callers 1

mainFunction · 0.85

Calls 1

reflectMethod · 0.95

Tested by

no test coverage detected