MCPcopy 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
17class tzfile(_tzfile):
18 def __reduce__(self):
19 return (gettz, (self._filename,))
20
21
22def getzoneinfofile_stream():

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected