Home
last modified time | relevance | path

Searched refs:source_json (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py1835 def __init__(self, source_json, tzpath, v1=False): argument
1839 self._populate_tzpath(source_json)
1844 def _populate_tzpath(self, source_json): argument
1845 with open(source_json, "rb") as f: