PythonScript Xojo Plugin

PythonInstance Class (console safe)

Class that represents a instance of a python class.

PythonObject
   PythonInstance

class PythonInstance

Properties

Name (Inherited) (console safe) Returns the name of the object.

Methods

BooleanField (console safe) Gets or sets a boolean field on the class instance.
DeleteAttribute (console safe) Deletes attribute from the Python class.
DoubleField (console safe) Gets or sets a double field on the class instance.
GetFunction (console safe) Gets a function by name from to execute from the class instance.
HasAttribute (console safe) Checks if the class instance has attribute with a given name
Int64Field (console safe) Gets or sets a Int64 field on the class instance.
IntegerField (console safe) Gets or sets a integer field on the class instance.
ObjectField (console safe) Gets or sets a object field on the class instance.
StringField (console safe) Gets or sets a string field on the class instance.
UInt64Field (console safe) Gets or sets a UInt64 field on the class instance.

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM