| Python3Script Xojo Plugin |
|
Python3Dictionary.Remove Method (console safe)
Removes item from the dictionary by a given key.
Parameters
- key
- The key of the item to be removed. The Python type for this key must be Hash-able.
Remarks
This method can throw Python3Exception.
See Also
Python3Dictionary Class