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

Method __call__

lib/matplotlib/category.py:150–152  ·  view source on GitHub ↗
(self, x, pos=None)

Source from the content-addressed store, hash-verified

148 self._units = units_mapping
149
150 def __call__(self, x, pos=None):
151 # docstring inherited
152 return self.format_ticks([x])[0]
153
154 def format_ticks(self, values):
155 # docstring inherited

Callers

nothing calls this directly

Calls 1

format_ticksMethod · 0.95

Tested by

no test coverage detected