Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 591 Bytes

File metadata and controls

35 lines (19 loc) · 591 Bytes

NatronEngine

Int2DTuple

Synopsis

Utility class to return pair of integers values.

Functions

  • def __getitem__<NatronEngine.Int2DTuple.__getitem__> (index)

Detailed Description

NatronEngine.Int2DTuple.x

NatronEngine.Int2DTuple.y

NatronEngine.Int2DTuple.__getitem__(index)

param index

int<PySide.QtCore.int>

rtype

PyObject

Returns the item at the given index. This is the bracket operator []