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

Function load_compressed_keys

Lib/test/test_zoneinfo/data/update_test_data.py:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95
96def load_compressed_keys() -> typing.Dict[str, typing.List[str]]:
97 output = {key: encode_compressed(get_zoneinfo(key)) for key in KEYS}
98
99 return output
100
101
102def update_test_data(fname: str = "zoneinfo_data.json") -> None:

Callers 1

update_test_dataFunction · 0.85

Calls 2

encode_compressedFunction · 0.85
get_zoneinfoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…