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

Method cla

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

Source from the content-addressed store, hash-verified

574 match='Overriding `Axes.cla`'):
575 class ClaAxes(Axes):
576 def cla(self):
577 nonlocal called
578 called = True
579
580 with pytest.warns(PendingDeprecationWarning,
581 match='Overriding `Axes.cla`'):

Callers 4

test_twinx_claFunction · 0.45
test_inverted_claFunction · 0.45
claMethod · 0.45
test_subclass_clear_claFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected