Home
last modified time | relevance | path

Searched refs:tzpath (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_zoneinfo/
H A D_support.py69 def tzpath_context(self, tzpath, block_tzdata=True, lock=TZPATH_LOCK):
92 self.module.reset_tzpath(tzpath)
H A Dtest_zoneinfo.py69 def tzpath(self): # pragma: nocover member in TzPathUserMixin
80 self.tzpath,
135 def tzpath(self): member in ZoneInfoTest
136 return [self.zoneinfo_data.tzpath]
526 def tzpath(self): member in TZDataTests
1309 def tzpath(self): member in ZoneInfoCacheTest
1310 return [self.zoneinfo_data.tzpath]
1331 """Test that the cache persists when tzpath has been changed.
1402 def tzpath(self): member in ZoneInfoPickleTest
1403 return [self.zoneinfo_data.tzpath]
[all...]
/third_party/python/
H A Dsetup.py279 bad_paths = [tzpath for tzpath in tzpaths if not os.path.isabs(tzpath)]

Completed in 5 milliseconds