PythonEntityBase
PythonDictionary
![]() | Default constructor that constructs a PythonDictionary with zero elements. |
![]() | Returns number of items in the dictionary |
![]() | Gets or sets a Boolean value with given string key. |
![]() | Clears all elements from the dictionary |
![]() | Checks if the dictionary has a element with a given key |
![]() | Checks if the dictionary has a element with a given key |
![]() | Gets or sets a Double value with given string key. |
![]() | Gets list of all Keys in the dictionary and returns them as Python3List. |
![]() | Gets value by given key from the dictionary. |
![]() | Gets value by given string key from the dictionary |
![]() | Gets all values from the dictionary and returns them as PythonList |
![]() | Gets or sets a Int64 value with given string key. |
![]() | Gets or sets a Integer value with given string key. |
![]() | Gets or sets a Object value with given string key. In this case then Object would be native Xojo object. |
![]() | Removes item from the dictionary by a given string key. |
![]() | Removes item from the dictionary by a given key. |
![]() | Sets value in the dictionary by a key. |
![]() | Sets value in the dictionary by a string key. |
![]() | Gets or sets a String value with given string key. |
![]() | Gets or sets a UInt64 value with given string key. |