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

Class NullFormatter

lib/matplotlib/ticker.py:317–322  ·  view source on GitHub ↗

Always return the empty string.

Source from the content-addressed store, hash-verified

315
316
317class NullFormatter(Formatter):
318 """Always return the empty string."""
319
320 def __call__(self, x, pos=None):
321 # docstring inherited
322 return ''
323
324
325class FixedFormatter(Formatter):

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…