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

Method clear

lib/mpl_toolkits/axes_grid1/parasite_axes.py:145–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143 del self._children[orig_children_len:]
144
145 def clear(self):
146 super().clear()
147 for ax in self.parasites:
148 ax.clear()
149
150 def pick(self, mouseevent):
151 super().pick(mouseevent)

Callers 1

clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected