OpenMaple/Python/RTable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : OpenMaple/Python/RTable

RTable

Python representation of a Maple rtable

 

Description

Method Summary

Superclass

Description

• 

The maple.RTable class represents Maple objects of type rtable.

Method Summary

• 

maple.RTable inherits all the methods defined on Indexable objects.

• 

The following methods are defined on any RTable object and invoke the specified implementation in Maple.

Method name

Usage

Maple implementation

__bytes__

bytes x

Convert a ByteArray to Python a bytes

keys()

keys()

Returns the number of elements in the container x

Superclass

• 

Indexable

See Also

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/Set

OpenMaple/Python/Table