MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / process

Method process

test/sql/test_labels.py:826–829  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

824
825 @compiles(SomeColThing)
826 def process(element, compiler, **kw):
827 return "SOME_COL_THING(%s)" % compiler.process(
828 element.clause, **kw
829 )
830
831 return SomeColThing
832

Callers 15

visit_sliceMethod · 0.45
visit_getitem_binaryMethod · 0.45
visit_myop_op_binaryMethod · 0.45
visit_myop_op_unaryMethod · 0.45
_compile_ceeFunction · 0.45
get_select_precolumnsMethod · 0.45
visit_widgetMethod · 0.45
visit_myfuncMethod · 0.45
visit_maxMethod · 0.45
compile_Method · 0.45
compile_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected