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

Method get_children

lib/matplotlib/artist.py:486–488  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

484 return self._transform
485
486 def get_children(self):
487 r"""Return a list of the child `.Artist`\s of this `.Artist`."""
488 return []
489
490 def _different_canvas(self, event):
491 """

Callers 2

pickMethod · 0.95
findobjMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected