PythonList Class (console safe)
A class that represents Python list object.
PythonEntityBase
PythonList
class PythonList
Constructors
Properties
Count (console safe) | Returns the number of items in the list. |
Methods
Append (console safe) | Appends item to the list. |
AsTuple (console safe) | Converts the list to Python 3 Tuple (PythonParameters class) |
Clear (console safe) | Deletes all items from the list. |
GetItem (console safe) | Gets item at given index in the list. |
Insert (console safe) | Inserts item into the list at given index. |
Reverse (console safe) | Reverses the list in place. |
SetItem (console safe) | Sets item in the list at given index. |
Sort (console safe) | Sorts the list in place. |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM