Python : Index
-
+ PythonObject -- a python object
-
- PythonObject -- a python object
-
abs(PythonObject) -- absolute value of a python object
-
addPyToM2Function -- convenience function for adding value hooks
-
addPyToM2Function(List,Function,String) -- convenience function for adding value hooks
-
addPyToM2Function(String,Function,String) -- convenience function for adding value hooks
-
ceiling(PythonObject) -- ceiling of a python object
-
context (missing documentation)
-
dict (missing documentation)
-
eval (missing documentation)
-
expr (missing documentation)
-
floor(PythonObject) -- floor of a python object
-
getattr -- get an attribute of a python object
-
getattr(PythonObject,String) -- get an attribute of a python object
-
getitem -- get elements of python sequences
-
getitem(PythonObject,Thing) -- get elements of python sequences
-
hasattr -- whether a python object has an attribute
-
hasattr(PythonObject,String) -- whether a python object has an attribute
-
help(PythonObject) -- documentation for python object
-
import -- import a Python module
-
import(String) -- import a Python module
-
iterator(PythonObject) -- get iterator of iterable python object
-
length(PythonObject) -- returns the length of a python object
-
member(PythonObject,PythonObject) -- test membership in a python object
-
member(Thing,PythonObject) -- test membership in a python object
-
next(PythonObject) -- retrieve the next item from a python iterator
-
objectType -- type of a python object
-
Preprocessor (missing documentation)
-
Python -- interface to Python
-
pythonHelp (missing documentation)
-
PythonObject -- a python object
-
PythonObject % PythonObject -- a python object
-
PythonObject % Thing -- a python object
-
PythonObject & PythonObject -- a python object
-
PythonObject & Thing -- a python object
-
PythonObject * PythonObject -- a python object
-
PythonObject * Thing -- a python object
-
PythonObject + PythonObject -- a python object
-
PythonObject + Thing -- a python object
-
PythonObject - PythonObject -- a python object
-
PythonObject - Thing -- a python object
-
PythonObject / PythonObject -- a python object
-
PythonObject / Thing -- a python object
-
PythonObject // PythonObject -- a python object
-
PythonObject // Thing -- a python object
-
PythonObject << PythonObject -- a python object
-
PythonObject << Thing -- a python object
-
PythonObject == PythonObject -- a python object
-
PythonObject == Thing -- a python object
-
PythonObject >> PythonObject -- a python object
-
PythonObject >> Thing -- a python object
-
PythonObject ? PythonObject -- a python object
-
PythonObject ? Thing -- a python object
-
PythonObject @ PythonObject -- a python object
-
PythonObject @ Thing -- a python object
-
PythonObject @@ Thing -- get an attribute of a python object
-
PythonObject @@ Thing = Thing -- set an attribute of a python object
-
PythonObject ^ PythonObject -- a python object
-
PythonObject ^ Thing -- a python object
-
PythonObject ^^ PythonObject -- a python object
-
PythonObject ^^ Thing -- a python object
-
PythonObject _ Thing -- get elements of python sequences
-
PythonObject _ Thing = Thing -- set elements of mutable python sequences
-
PythonObject | PythonObject -- a python object
-
PythonObject | Thing -- a python object
-
PythonObject ~ -- bitwise not of a python object
-
PythonObject and PythonObject -- a python object
-
PythonObject and Thing -- a python object
-
PythonObject or PythonObject -- a python object
-
PythonObject or Thing -- a python object
-
PythonObject Thing -- convert callable python objects to Macaulay2 functions
-
PythonObject xor PythonObject -- a python object
-
PythonObject xor Thing -- a python object
-
pythonValue -- execute Python source code from a string
-
pythonValue(Sequence) -- execute Python source code from a string
-
pythonValue(String) -- execute Python source code from a string
-
quotientRemainder(PythonObject,PythonObject) -- quotient and remainder of python objects
-
quotientRemainder(PythonObject,Thing) -- quotient and remainder of python objects
-
quotientRemainder(Thing,PythonObject) -- quotient and remainder of python objects
-
round(PythonObject) -- round a python object
-
round(PythonObject,PythonObject) -- round a python object
-
round(ZZ,PythonObject) -- round a python object
-
runSimpleString -- execute Python source code from a string in __main__
-
setattr -- set an attribute of a python object
-
setattr(PythonObject,String,Thing) -- set an attribute of a python object
-
setitem -- set elements of mutable python sequences
-
setitem(PythonObject,Thing,Thing) -- set elements of mutable python sequences
-
stmt (missing documentation)
-
stmtexpr (missing documentation)
-
symbols (missing documentation)
-
Thing % PythonObject -- a python object
-
Thing & PythonObject -- a python object
-
Thing * PythonObject -- a python object
-
Thing + PythonObject -- a python object
-
Thing - PythonObject -- a python object
-
Thing / PythonObject -- a python object
-
Thing // PythonObject -- a python object
-
Thing << PythonObject -- a python object
-
Thing == PythonObject -- a python object
-
Thing >> PythonObject -- a python object
-
Thing ? PythonObject -- a python object
-
Thing @ PythonObject -- a python object
-
Thing ^ PythonObject -- a python object
-
Thing ^^ PythonObject -- a python object
-
Thing | PythonObject -- a python object
-
Thing and PythonObject -- a python object
-
Thing or PythonObject -- a python object
-
Thing xor PythonObject -- a python object
-
toFunction -- convert callable python objects to Macaulay2 functions
-
toFunction(PythonObject) -- convert callable python objects to Macaulay2 functions
-
toPython -- convert Macaulay2 things to Python objects
-
toPython(Boolean) -- convert Macaulay2 things to Python objects
-
toPython(CC) -- convert Macaulay2 things to Python objects
-
toPython(Constant) -- convert Macaulay2 things to Python objects
-
toPython(Function) -- convert Macaulay2 things to Python objects
-
toPython(HashTable) -- convert Macaulay2 things to Python objects
-
toPython(Nothing) -- convert Macaulay2 things to Python objects
-
toPython(PythonObject) -- convert Macaulay2 things to Python objects
-
toPython(QQ) -- convert Macaulay2 things to Python objects
-
toPython(RR) -- convert Macaulay2 things to Python objects
-
toPython(Sequence) -- convert Macaulay2 things to Python objects
-
toPython(Set) -- convert Macaulay2 things to Python objects
-
toPython(String) -- convert Macaulay2 things to Python objects
-
toPython(VisibleList) -- convert Macaulay2 things to Python objects
-
toPython(ZZ) -- convert Macaulay2 things to Python objects
-
truncate(PythonObject) -- truncate a python object
-
val (missing documentation)
-
value(PythonObject) -- convert python objects to Macaulay2 things
-
valuestring (missing documentation)