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

Method axes

lib/matplotlib/offsetbox.py:234–239  ·  view source on GitHub ↗
(self, ax)

Source from the content-addressed store, hash-verified

232
233 @martist.Artist.axes.setter
234 def axes(self, ax):
235 # TODO deal with this better
236 martist.Artist.axes.fset(self, ax)
237 for c in self.get_children():
238 if c is not None:
239 c.axes = ax
240
241 def contains(self, mouseevent):
242 """

Callers

nothing calls this directly

Calls 1

get_childrenMethod · 0.95

Tested by

no test coverage detected