MCPcopy 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

4try:
5 import psyco
6 def optimize(f):
7 psyco.bind(f)
8except:
9 def optimize(f):
10 pass

Callers

nothing calls this directly

Calls 1

bindMethod · 0.80

Tested by

no test coverage detected