PythonTuple

Assembly: Python;

Description

The PythonTuple class implements the object that is a Python language tuple.

Constructors

  Constructor name Brief description
Create The Create constructor creates a tuple based on the specified values array.

Class object properties inherited from IPythonTuple

  Property name Brief description
Item The Item property returns value of tuple element with the specified index.
Length The Length property returns tuple length..

Class object properties inherited from IPythonObject

  Property name Brief description
Type The Type property returns object type.

Class object methods inherited from IPythonTuple

  Method name Brief description
ToArray The ToArray method transforms tuple contents into the Fore array.

See also:

Python Assembly Classes