Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ optimize
Function
optimize
Singular/dyn_modules/openmath/objects.py:15–16 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
13
try
:
14
import
psyco
15
def
optimize(f):
16
psyco.bind(f)
17
except
:
18
def
optimize(f):
19
pass
Callers
1
singular.py
File · 0.50
Calls
1
bind
Method · 0.80
Tested by
no test coverage detected