MCPcopy 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

13try:
14 import psyco
15 def optimize(f):
16 psyco.bind(f)
17except:
18 def optimize(f):
19 pass

Callers 1

singular.pyFile · 0.50

Calls 1

bindMethod · 0.80

Tested by

no test coverage detected