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

Method set_tzinfo

lib/matplotlib/dates.py:591–592  ·  view source on GitHub ↗
(self, tz)

Source from the content-addressed store, hash-verified

589 return _wrap_in_tex(result) if self._usetex else result
590
591 def set_tzinfo(self, tz):
592 self.tz = _get_tzinfo(tz)
593
594
595class ConciseDateFormatter(ticker.Formatter):

Callers 1

test_DateFormatter_settzFunction · 0.95

Calls 1

_get_tzinfoFunction · 0.85

Tested by 1

test_DateFormatter_settzFunction · 0.76