Indexable
Python representation of a Maple indexable
Description
Method Summary
Superclass
Direct Subclasses
The maple.Indexable class represents Maple objects of type indexable.
maple.Indexable inherits all the methods defined on Expression objects.
The following methods are defined on any Indexable object and invoke the specified implementation in Maple.
Method name
Usage
Maple implementation
__contains__(x,y)
y in x
Check if container x contains the value y
__iter__
iter x
Return iterator to traverse the container x
__len__(x)
len(x)
Number of elements in the container x
Expression
List
Set
RTable
Table
See Also
OpenMaple/Python
OpenMaple/Python/Examples
OpenMaple/Python/Expression
OpenMaple/Python/List
OpenMaple/Python/Name
OpenMaple/Python/RTable
OpenMaple/Python/Set
OpenMaple/Python/Table
Download Help Document