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