MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _process

Method _process

lib/matplotlib/backend_bases.py:1200–1203  ·  view source on GitHub ↗

Process this event on ``self.canvas``, then unset ``guiEvent``.

(self)

Source from the content-addressed store, hash-verified

1198 self.guiEvent = guiEvent
1199
1200 def _process(self):
1201 """Process this event on ``self.canvas``, then unset ``guiEvent``."""
1202 self.canvas.callbacks.process(self.name, self)
1203 self.guiEvent = None
1204
1205
1206class DrawEvent(Event):

Callers 15

test_rotateFunction · 0.80
test_panFunction · 0.80
test_toolbar_zoom_panFunction · 0.80
drawMethod · 0.80
pickMethod · 0.80
_handle_mouseMethod · 0.80
_handle_keyMethod · 0.80
handle_resizeMethod · 0.80
filter_destroyMethod · 0.80

Calls 1

processMethod · 0.80

Tested by 15

test_rotateFunction · 0.64
test_panFunction · 0.64
test_toolbar_zoom_panFunction · 0.64
test_rectangle_selectorFunction · 0.64
test_rectangle_rotateFunction · 0.64
test_span_selectorFunction · 0.64
test_selector_clearFunction · 0.64
test_lasso_selectorFunction · 0.64
test_TextBoxFunction · 0.64