Python3Script Xojo Plugin

Python3Dictionary.Remove Method (console safe)

Removes item from the dictionary by a given key.

Remove(
   key as Python3EntityBase)

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