Name
Python representation of a Maple symbol
Description
Method Summary
Superclass
The maple.Name class represents Maple objects of type symbol.
maple.Name inherits all the methods defined on Expression objects.
The following methods are defined on any Name object and invoke the specified implementation in Maple.
Method name
Usage
Maple implementation
__getattr__
getattr(x)
Allows a.b to access the Maple name a:-b
assign
x.assign(y)
Assigns the value y to symbol x
Expression
See Also
OpenMaple
OpenMaple/Python
OpenMaple/Python/Examples
OpenMaple/Python/Expression
OpenMaple/Python/Table
Download Help Document