MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / compile_col

Method compile_col

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

Source from the content-addressed store, hash-verified

6479
6480 @compiles(CatchCol)
6481 def compile_col(element, compiler, **kw):
6482 assert "canary" in kw
6483 return compiler.visit_column(element)
6484
6485 @compiles(CatchTable)
6486 def compile_table(element, compiler, **kw):

Callers

nothing calls this directly

Calls 1

visit_columnMethod · 0.45

Tested by

no test coverage detected