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

Online Help

All Products    Maple    MapleSim


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 a Python bytes object

Superclass

• 

Indexable

See Also

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/Set

OpenMaple/Python/Table