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

Method __call__

lib/matplotlib/ticker.py:1861–1862  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1859 self.nbins = nbins
1860
1861 def __call__(self):
1862 return self.tick_values(None, None)
1863
1864 def tick_values(self, vmin, vmax):
1865 """

Callers

nothing calls this directly

Calls 1

tick_valuesMethod · 0.95

Tested by

no test coverage detected