Python : Table of Contents
-
-
-
-
-
-
getattr -- get an attribute of a python object
-
getitem -- get elements of python sequences
-
hasattr -- whether a python object has an attribute
-
-
import -- import a Python module
-
-
-
-
-
-
-
-
pythonValue -- execute Python source code from a string
-
-
-
-
setattr -- set an attribute of a python object
-
setitem -- set elements of mutable python sequences
-
toFunction -- convert callable python objects to Macaulay2 functions
-
toPython -- convert Macaulay2 things to Python objects
-
-