MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / reflect_comment

Function reflect_comment

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

Source from the content-addressed store, hash-verified

275
276@define_test
277def reflect_comment(
278 engine, schema_name, table_names, timing, mode, ignore_diff
279):
280 multi, single = _single_test(
281 "get_table_comment",
282 "get_multi_table_comment",
283 engine,
284 schema_name,
285 table_names,
286 timing,
287 mode,
288 )
289 if not ignore_diff:
290 verify_dict(multi, single)
291
292
293@define_test

Callers

nothing calls this directly

Calls 2

_single_testFunction · 0.85
verify_dictFunction · 0.85

Tested by

no test coverage detected