MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / reflect_table_options

Function reflect_table_options

test/perf/many_table_reflection.py:245–258  ·  view source on GitHub ↗
(
    engine, schema_name, table_names, timing, mode, ignore_diff
)

Source from the content-addressed store, hash-verified

243
244@define_test
245def reflect_table_options(
246 engine, schema_name, table_names, timing, mode, ignore_diff
247):
248 multi, single = _single_test(
249 "get_table_options",
250 "get_multi_table_options",
251 engine,
252 schema_name,
253 table_names,
254 timing,
255 mode,
256 )
257 if not ignore_diff:
258 verify_dict(multi, single)
259
260
261@define_test

Callers

nothing calls this directly

Calls 2

_single_testFunction · 0.85
verify_dictFunction · 0.85

Tested by

no test coverage detected