MCPcopy 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

claMethod · 0.45

Tested by

no test coverage detected