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