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

Method __init__

lib/matplotlib/dates.py:1143–1145  ·  view source on GitHub ↗
(self, o, tz=None)

Source from the content-addressed store, hash-verified

1141 # use the dateutil rrule instance
1142
1143 def __init__(self, o, tz=None):
1144 super().__init__(tz)
1145 self.rule = o
1146
1147 def __call__(self):
1148 # if no data have been set, this will tank with a ValueError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected