MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_myfunc

Method visit_myfunc

test/sql/test_functions.py:134–135  ·  view source on GitHub ↗
(element, compiler, **kw)

Source from the content-addressed store, hash-verified

132
133 @compiles(MyFunc)
134 def visit_myfunc(element, compiler, **kw):
135 return "myfunc(%s)" % compiler.process(element.clauses, **kw)
136
137 expr = op(MyFunc(), other)
138 else:

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected