MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / MyFunc

Class MyFunc

test/sql/test_functions.py:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 if use_custom:
127
128 class MyFunc(FunctionElement):
129 inherit_cache = True
130 name = "myfunc"
131 type = Integer()
132
133 @compiles(MyFunc)
134 def visit_myfunc(element, compiler, **kw):

Callers 1

test_operators_customMethod · 0.85

Calls 1

IntegerClass · 0.90

Tested by 1

test_operators_customMethod · 0.68