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

Method convert

lib/matplotlib/dates.py:1837–1838  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1835 return self._get_converter().default_units(*args, **kwargs)
1836
1837 def convert(self, *args, **kwargs):
1838 return self._get_converter().convert(*args, **kwargs)
1839
1840
1841units.registry[np.datetime64] = \

Callers

nothing calls this directly

Calls 2

_get_converterMethod · 0.95
convertMethod · 0.45

Tested by

no test coverage detected