RTable Class - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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