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

Method get_children

lib/matplotlib/offsetbox.py:336–338  ·  view source on GitHub ↗

r"""Return a list of the child `.Artist`\s.

(self)

Source from the content-addressed store, hash-verified

334 return [c for c in self._children if c.get_visible()]
335
336 def get_children(self):
337 r"""Return a list of the child `.Artist`\s."""
338 return self._children
339
340 def _get_bbox_and_child_offsets(self, renderer):
341 """

Callers 3

set_figureMethod · 0.95
axesMethod · 0.95
containsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected