Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_custom
Method · 0.85
Calls
1
Integer
Class · 0.90
Tested by
1
test_operators_custom
Method · 0.68