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

Method default_units

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

Source from the content-addressed store, hash-verified

1832 return self._get_converter().axisinfo(*args, **kwargs)
1833
1834 def default_units(self, *args, **kwargs):
1835 return self._get_converter().default_units(*args, **kwargs)
1836
1837 def convert(self, *args, **kwargs):
1838 return self._get_converter().convert(*args, **kwargs)

Callers

nothing calls this directly

Calls 2

_get_converterMethod · 0.95
default_unitsMethod · 0.45

Tested by

no test coverage detected