PythonDictionary.GetValue Method (console safe)
Gets value by given key from the dictionary.
Parameters
- key
- The key of the item to get. The Python type passed in must be hash-able.
Returns
- PythonEntity
- The found value or nil if value with the given key did not exist.
Remarks
See Also
PythonDictionary Class