Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ optimize
Function
optimize
Singular/dyn_modules/python/interpreter.py:6–7 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
4
try
:
5
import
psyco
6
def
optimize(f):
7
psyco.bind(f)
8
except
:
9
def
optimize(f):
10
pass
Callers
nothing calls this directly
Calls
1
bind
Method · 0.80
Tested by
no test coverage detected