ListOp.__getitem__

ListOp.__getitem__(offset)[source]

Allows array-indexing style access to the Operators in oplist.

Parameters

offset (int) – The index of oplist desired.

Return type

OperatorBase

Returns

The OperatorBase at index offset of oplist.