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

Method __call__

lib/matplotlib/dates.py:587–589  ·  view source on GitHub ↗
(self, x, pos=0)

Source from the content-addressed store, hash-verified

585 self._usetex = mpl._val_or_rc(usetex, 'text.usetex')
586
587 def __call__(self, x, pos=0):
588 result = num2date(x, self.tz).strftime(self.fmt)
589 return _wrap_in_tex(result) if self._usetex else result
590
591 def set_tzinfo(self, tz):
592 self.tz = _get_tzinfo(tz)

Callers

nothing calls this directly

Calls 2

num2dateFunction · 0.85
_wrap_in_texFunction · 0.85

Tested by

no test coverage detected