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

Method clear

lib/matplotlib/tests/test_axes.py:592–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

590
591 class ClearAxes(Axes):
592 def clear(self):
593 nonlocal called
594 called = True
595
596 class ClearSuperAxes(Axes):
597 def clear(self):

Callers 15

test_grab_clearFunction · 0.45
test_minus_no_descentFunction · 0.45
test_ft2font_clearFunction · 0.45
clearMethod · 0.45
test_reset_gridFunction · 0.45
test_shared_axes_clearFunction · 0.45
test_axes_clear_behaviorFunction · 0.45
test_metrics_cacheFunction · 0.45
test_metrics_cache2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected