<< pyTrace Python Interaction Mechanism in Scilab pyUnwrap >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyTuple

pyTuple

Create a tuple

Calling Sequence

t = pyTuple([arg_1 [, args_2 ... ]])

Arguments

arg_i

A Python object or a Scilab wrappable data.

t

A Python object.

Description

Get a tuple built with the input arguments.

Examples

t = pyTuple(1, 2+%i*3, "Hello", [1 2;3 4], [%t; %f])

pyRemove t

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyTrace Python Interaction Mechanism in Scilab pyUnwrap >>