Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ cla
Method
cla
lib/matplotlib/tests/test_axes.py:583–586 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
581
match=
'Overriding `Axes.cla`'
):
582
class
ClaSuperAxes(Axes):
583
def
cla(self):
584
nonlocal called
585
called = True
586
super().cla()
587
588
class
SubClaAxes(ClaAxes):
589
pass
Callers
nothing calls this directly
Calls
1
cla
Method · 0.45
Tested by
no test coverage detected