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

Method get_children

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

Source from the content-addressed store, hash-verified

873 self._autoscale_on = b
874
875 def get_children(self):
876 return [self.label, self.offsetText,
877 *self.get_major_ticks(), *self.get_minor_ticks()]
878
879 def _reset_major_tick_kw(self):
880 self._major_tick_kw.clear()

Callers

nothing calls this directly

Calls 2

get_major_ticksMethod · 0.95
get_minor_ticksMethod · 0.95

Tested by

no test coverage detected