(self)
| 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`'): |
no outgoing calls
no test coverage detected