toFunction x
This function will convert a Python object into a Macaulay2 function.
|
|
|
Optional arguments can be provided using options.
|
|
If a python object and a Macaulay2 thing are separated by a space, then toFunction will be called on the python object and then resulting function will be called with the Macaulay2 object as its argument.
|
The object toFunction is a method function.