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

Method get_children

lib/matplotlib/offsetbox.py:1439–1443  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1437 # self.arrow_patch is currently not checked as this can be a line - JJ
1438
1439 def get_children(self):
1440 children = [self.offsetbox, self.patch]
1441 if self.arrow_patch:
1442 children.append(self.arrow_patch)
1443 return children
1444
1445 def set_figure(self, fig):
1446 if self.arrow_patch is not None:

Callers 2

get_window_extentMethod · 0.95
get_tightbboxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected