Object
PythonResult
![]() | Constructs a empty PythonResult |
![]() | 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 the internal Dictionary value as a PythonDictionary instance. This is used to read keyed multiple results. |
![]() | Returns double value from the result |
![]() | Gets a pointer to the inner Python object of the PythonResult class. |
![]() | Returns Int64 value from the result |
![]() | Returns integer value from the result |
![]() | Returns true if the Result is big integer of any kind. |
![]() | Returns true if the Result is Boolean |
![]() | Returns true if the result is a Dictionary |
![]() | Returns true if the Result is Double |
![]() | Returns true if the Result is Integer |
![]() | 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 PythonParameters instance. This is used to read multiple results. |
![]() | Returns UInt64 value from the result |