pyvista.Plotter.clear_events_for_key# Plotter.clear_events_for_key(key, raise_on_missing=False)[source]# Remove the callbacks associated to the key. Parameters: keystrKey to clear events for. raise_on_missingbool, default: FalseWhether to raise a ValueError if there are no events registered for the given key.