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

Method __call__

lib/matplotlib/dates.py:1319–1323  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1317 range(0, 24), range(0, 60), range(0, 60), None]
1318
1319 def __call__(self):
1320 # docstring inherited
1321 dmin, dmax = self.viewlim_to_dt()
1322 locator = self.get_locator(dmin, dmax)
1323 return locator()
1324
1325 def tick_values(self, vmin, vmax):
1326 return self.get_locator(vmin, vmax).tick_values(vmin, vmax)

Callers

nothing calls this directly

Calls 2

get_locatorMethod · 0.95
viewlim_to_dtMethod · 0.80

Tested by

no test coverage detected