Python3EntityBase
Python3Parameters
![]() | A constructor that takes number of parameters as parameter. |
![]() | A constructor that takes Ptr as parameter. |
![]() | Sets or gets Boolean value at given index in the Parameter block. |
![]() | Sets or gets bytes Python memoryblock value at given index in the Parameter block. |
![]() | |
![]() | Sets or gets dictionary value at given index in the Parameter block. |
![]() | Sets or gets Double value at given index in the Parameter block. |
![]() | Returns true if the value at given index fits into 32 bit integer. |
![]() | Sets or gets Int32 value at given index in the Parameter block. |
![]() | Sets or gets Int64 value at given index in the Parameter block. |
![]() | Returns true if the parameter at given index is Boolean |
![]() | Returns true if the parameter at given index is Python3Bytes. |
![]() | Returns true if the parameter at given index is Python3Dictionary. |
![]() | Returns true if the parameter at given index 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 parameter at given index is PythonList object. |
![]() | Returns true if the parameter at given index is Xojo or Real Studio object |
![]() | Returns true if the parameter at given index is String |
![]() | Returns true if the parameter at given index is Python Tuple (Python3Parameters). |
![]() | Sets or gets List value at given index in the Parameter block. |
![]() | Sets or gets Object value at given index in the Parameter block. In this case you will store or retrieve Xojo object from the Python parameter block. |
![]() | Sets or gets String value at given index in the Parameter block. |
![]() | Sets or gets tuple value (Python3Parameters) at given index in the Parameter block. |
![]() | Sets or gets UInt64 value at given index in the Parameter block. |