MCPcopy Index your code
hub / github.com/python/cpython / _find_tzfile

Method _find_tzfile

Lib/zoneinfo/_zoneinfo.py:226–227  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

224 return cls.no_cache(key)
225
226 def _find_tzfile(self, key):
227 return _tzpath.find_tzfile(key)
228
229 def _load_file(self, fobj):
230 # Retrieve all the data as it exists in the zoneinfo file

Callers 1

_new_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected