maple.symbol
get reference to Maple symbol
maple.symbols
get reference to Maple symbols
Calling Sequence
Parameters
Description
Examples
maplesoft.maple.symbol(x)
maplesoft.maple.symbols(y)
x
-
string representing a single symbol
y
comma-delimited string representing a sequence of symbols
maplesoft.maple.symbol(x) is a function in the Maple API for Python which returns a Name object corresponding to the string input x.
maplesoft.maple.symbols(y) is a function in the Maple API for Python which returns a tuple of Name objects corresponding to the contents of the string input y.
See Also
OpenMaple/Python
OpenMaple/Python/Examples
OpenMaple/Python/Expression
OpenMaple/Python/Name
OpenMaple/Python/RTable
OpenMaple/Python/Set
OpenMaple/Python/Table
Download Help Document