MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / compile_table

Method compile_table

test/sql/test_compiler.py:6486–6488  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

6484
6485 @compiles(CatchTable)
6486 def compile_table(element, compiler, **kw):
6487 assert "canary" in kw
6488 return compiler.visit_table(element)
6489
6490 def _do_test(self, element):
6491 d = default.DefaultDialect()

Callers

nothing calls this directly

Calls 1

visit_tableMethod · 0.45

Tested by

no test coverage detected