Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ clear
Method
clear
lib/matplotlib/tests/test_axes.py:597–600 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
595
596
class
ClearSuperAxes(Axes):
597
def
clear(self):
598
nonlocal called
599
called = True
600
super().clear()
601
602
class
SubClearAxes(ClearAxes):
603
pass
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected