Object
Python3Result
![]() | Constructs a empty Python3Result |
![]() | Constructs a result with Int32 value |
![]() | Constructs a result with Int64 value |
![]() | Constructs a result with UInt64 value |
![]() | Constructs a result with double value |
![]() | Constructs a result with string value |
![]() | Constructs a result with boolean value |
![]() | Constructs a result with object value |
![]() | Returns boolean value from the result |
![]() | Returns Bytes value from the result as Python3Bytes |
![]() | Returns the internal Dictionary value as a Python3Dictionary instance. This is used to read keyed multiple results. |
![]() | Returns double value from the result |
![]() | Returns true if the value at given index fits into 32 bit integer. |
![]() | Constructs Python3Result instance from Bytes (Python3Bytes) instance. |
![]() | Gets a pointer to the inner Python object of the Python3Result class. |
![]() | Returns Int32 value from the result |
![]() | Returns Int64 value from the result |
![]() | Returns true if the Result is Boolean |
![]() | Returns true if the Result is Bytes |
![]() | Returns true if the result is a Dictionary |
![]() | Returns true if the Result is Double |
![]() | Returns true if the parameter at given index is Integer. This means Integer from Python’s perspective. Which from Xojo’s perspective can be any kind of Integer. Python does not differentiate between them. |
![]() | Returns true if the Result is Xojo or Real Studio object |
![]() | Returns true if the Result is String |
![]() | Returns true if the result is a Tuple |
![]() | Returns a object field from the result. Object field here means that Xojo or Real Studio object gets stored in a Python script |
![]() | Returns string value from the result |
![]() | Returns the internal tuple value as a Python3Parameters instance. This is used to read multiple results. |
![]() | Returns UInt32 value from the result |