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

Method get_children

lib/matplotlib/axis.py:247–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

245 return self._size * padding[self._tickdir]
246
247 def get_children(self):
248 children = [self.tick1line, self.tick2line,
249 self.gridline, self.label1, self.label2]
250 return children
251
252 def set_clip_path(self, path, transform=None):
253 # docstring inherited

Callers 3

_get_animated_artistsMethod · 0.45
update_from_first_childFunction · 0.45
_setup_gtkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected