Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
595
class
ConciseDateFormatter(ticker.Formatter):
Callers
1
test_DateFormatter_settz
Function · 0.95
Calls
1
_get_tzinfo
Function · 0.85
Tested by
1
test_DateFormatter_settz
Function · 0.76