Python3Script Xojo Plugin

Python3Bytes Class (console safe)

A class that represents Python3 memory block.

Python3EntityBase
   Python3Bytes

class Python3Bytes

Constructors

Python3Bytes (console safe) Constructor which takes in Xojo string.
Python3Bytes (console safe) Constructor which takes in Xojo MemoryBlock.

Properties

Size (console safe) Returns the size of the memory block.

Methods

GetPtr (Inherited) (console safe) Gets pointed to the actual python object under the hood.
Hash (Inherited) (console safe) Computes and return the hash value of the object.
ToMemoryBlock (console safe) Converts the Python3Bytes memoryblock to Xojo MemoryBlock with undefined encoding.
ToString (console safe) Converts the Python3Bytes memoryblock to Xojo string with undefined encoding.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit