Lines Matching refs:tzpath
69 def tzpath(self): # pragma: nocover
80 self.tzpath,
135 def tzpath(self):
136 return [self.zoneinfo_data.tzpath]
526 def tzpath(self):
1309 def tzpath(self):
1310 return [self.zoneinfo_data.tzpath]
1331 """Test that the cache persists when tzpath has been changed.
1402 def tzpath(self):
1403 return [self.zoneinfo_data.tzpath]
1561 with self.subTest(tzpath=new_path_var):
1563 tzpath = self.module.TZPATH
1564 self.assertSequenceEqual(tzpath, expected_result)
1598 tzpath = self.module.TZPATH
1600 self.assertSequenceEqual(tzpath, expected_paths)
1701 with self.tzpath_context([self.zoneinfo_data.tzpath]):
1851 def __init__(self, source_json, tzpath, v1=False):
1852 self.tzpath = pathlib.Path(tzpath)
1858 return self.tzpath / key