MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / compile_table

Method compile_table

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

Source from the content-addressed store, hash-verified

6278
6279 @compiles(CatchTable)
6280 def compile_table(element, compiler, **kw):
6281 assert "canary" in kw
6282 return compiler.visit_table(element)
6283
6284 def _do_test(self, element):
6285 d = default.DefaultDialect()

Callers

nothing calls this directly

Calls 1

visit_tableMethod · 0.45

Tested by

no test coverage detected