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

Method get_children

lib/matplotlib/legend.py:1008–1010  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1006 return bboxes, lines, offsets
1007
1008 def get_children(self):
1009 # docstring inherited
1010 return [self._legend_box, self.get_frame()]
1011
1012 def get_frame(self):
1013 """Return the `~.patches.Rectangle` used to frame the legend."""

Callers

nothing calls this directly

Calls 1

get_frameMethod · 0.95

Tested by

no test coverage detected