<< pyKill Python Interaction Mechanism in Scilab pyMain >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyList

pyList

Create a list

Calling Sequence

l = pyList([arg_1 [, args_2 ... ]])

Arguments

arg_i

A Python object or a Scilab wrappable data.

l

A Python object.

Description

Get a list built with the input arguments.

Examples

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

pyRemove l

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyKill Python Interaction Mechanism in Scilab pyMain >>