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

Method __init__

lib/matplotlib/dates.py:1736–1738  ·  view source on GitHub ↗
(self, *, interval_multiples=True)

Source from the content-addressed store, hash-verified

1734 """
1735
1736 def __init__(self, *, interval_multiples=True):
1737 self._interval_multiples = interval_multiples
1738 super().__init__()
1739
1740 def axisinfo(self, unit, axis):
1741 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected