Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_zoneinfo/
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]
1402 def tzpath(self): member in ZoneInfoPickleTest
1403 return [self.zoneinfo_data.tzpath]
1554 with self.subTest(tzpath=new_path_var):
[all …]
D_support.py69 def tzpath_context(self, tzpath, block_tzdata=True, lock=TZPATH_LOCK): argument
92 self.module.reset_tzpath(tzpath)
/third_party/python/Doc/library/
Dzoneinfo.rst128 flag --with-tzpath <--with-tzpath>`), which should be a string delimited by
/third_party/python/
Dsetup.py351 bad_paths = [tzpath for tzpath in tzpaths if not os.path.isabs(tzpath)]
Dconfigure.ac3052 AC_MSG_ERROR([--with-tzpath must contain only absolute paths, not $1])
3058 AC_MSG_CHECKING(for --with-tzpath)
3059 AC_ARG_WITH(tzpath, optwith
3060 AS_HELP_STRING([--with-tzpath=<list of absolute paths separated by pathsep>]
3065 AC_MSG_ERROR([--with-tzpath requires a value])
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst551 Removed the grep -q and -E flags in the tzpath validation section of the
/third_party/python/Doc/using/
Dconfigure.rst58 .. cmdoption:: --with-tzpath=<list of absolute paths separated by pathsep>
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch85 + --with-tzpath=${MINGW_PREFIX}/share/zoneinfo \