PythonEntityBase
PythonEntity
![]() | This constructor is Private since this class should be constructed with the shared methods on the class. |
![]() | Returns Boolean value from the entity. |
![]() | Returns PythonDictionary value from the entity. |
![]() | Returns Double value from the entity. |
![]() | Returns 32 bit signed integer value from the entity. |
![]() | Returns 64 bit signed integer value from the entity. |
![]() | Returns true if the entity contains Boolean, else false. |
![]() | Returns true if the entity contains Dictionary, else false. |
![]() | Returns true if the entity contains Double number, else false. |
![]() | Returns true if the value is integer. |
![]() | Returns true if the entity contains List, else false. |
![]() | Returns true if the value stores an object. |
![]() | Returns true if the entity contains String, else false. |
![]() | Returns true if the entity contains Tuple, else false. |
![]() | Returns Object value from the entity. |
![]() | Returns String value from the entity. |
![]() | Returns PythonParameters value which represents a Tuple from the entity. |
![]() | Returns 64 bit unsigned integer value from the entity. |
![]() | Constructs PythonEntity from a Boolean value. |
![]() | Constructs PythonEntity from a Double value. |
![]() | Returns true if the value of the entity fits in 32 bit integer. |
![]() | Constructs Python3Entity from a Int64 value. |
![]() | Constructs Python3Entity from a Xojo Object value. |
![]() | Constructs Python3Entity from a String value. |
![]() | Constructs Python3Entity from a UInt64 value. |