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