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

Class MyFunc

test/sql/test_functions.py:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 if use_custom:
113
114 class MyFunc(FunctionElement):
115 inherit_cache = True
116 name = "myfunc"
117 type = Integer()
118
119 @compiles(MyFunc)
120 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