<< pyRepr Python Interaction Mechanism in Scilab pyShowPrivate >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pySet

pySet

Create a set

Calling Sequence

s = pySet([arg_1 [, args_2 ... ]])

Arguments

arg_i

A Python object or a Scilab wrappable data.

s

A Python object.

Description

Get a set built with the input arguments.

Examples

s = pySet(1, 2+%i*3, "Hello", %t, "Hello", %f)

pyRemove s

See Also

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyRepr Python Interaction Mechanism in Scilab pyShowPrivate >>