Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ tzfile
Class
tzfile
src/dateutil/zoneinfo/__init__.py:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
tzfile(_tzfile):
18
def
__reduce__(self):
19
return
(gettz, (self._filename,))
20
21
22
def
getzoneinfofile_stream():
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected