PythonTuple.Create

Syntax

Create(Params: Array);

Parameters

Params. The values array, based on which a tuple must be created.

Description

The Create constructor creates a tuple based on the specified values array.

Comments

The Params array can contain simple type values, other arrays, or various objects that have Python language types.

Example

The example of use is given in description of IPythonTuple.Item, IPythonTuple.Length.

See also:

PythonTuple