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

Method __init__

lib/mpl_toolkits/axisartist/axis_artist.py:443–446  ·  view source on GitHub ↗
(self, *, axis_direction="bottom", **kwargs)

Source from the content-addressed store, hash-verified

441 """
442
443 def __init__(self, *, axis_direction="bottom", **kwargs):
444 super().__init__(**kwargs)
445 self.set_axis_direction(axis_direction)
446 self._axislabel_pad = 0
447
448 def get_ref_artist(self):
449 # docstring inherited

Callers

nothing calls this directly

Calls 2

set_axis_directionMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected