Python3Script Xojo Plugin |
|
Python3Entity Class (console safe)
A class that represents Python entities. It can be String, Integer, Dictionary or Tuple for example.
Python3EntityBase
Python3Entity
class Python3Entity
Constructors
Python3Entity | This constructor is Private since this class should be constructed with the shared methods on the class. |
Properties
Methods
shared FromBoolean | Constructs Python3Entity from a Boolean value. |
shared FromDouble | Constructs Python3Entity from a Double value. |
shared FromInt32 | Constructs Python3Entity from a Int32 value. |
shared FromInt64 | Constructs Python3Entity from a Int64 value. |
shared FromObject | Constructs Python3Entity from a Xojo Object value. |
shared FromString | Constructs Python3Entity from a String value. |
shared FromUInt64 | Constructs Python3Entity from a UInt64 value. |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon