Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/test/
Dconftest.py27 tzpath = os.environ.get('DATEUTIL_TZPATH', None)
29 if tzpath is None:
32 path_components = tzpath.split(':')
/external/python/cpython3/Lib/test/test_zoneinfo/
D_support.py69 def tzpath_context(self, tzpath, block_tzdata=True, lock=TZPATH_LOCK): argument
92 self.module.reset_tzpath(tzpath)
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]
1545 with self.subTest(tzpath=new_path_var):
[all …]
/external/python/cpython3/
Dsetup.py325 bad_paths = [tzpath for tzpath in tzpaths if not os.path.isabs(tzpath)]
Dconfigure.ac2986 AC_MSG_ERROR([--with-tzpath must contain only absolute paths, not $1])
2992 AC_MSG_CHECKING(for --with-tzpath)
2993 AC_ARG_WITH(tzpath, optwith
2994 AS_HELP_STRING([--with-tzpath=<list of absolute paths separated by pathsep>]
2999 AC_MSG_ERROR([--with-tzpath requires a value])
Dconfigure1532 --with-tzpath=<list of absolute paths separated by pathsep>
/external/python/cpython3/Doc/library/
Dzoneinfo.rst128 ``--with-tzpath``), which should be a string delimited by :data:`os.pathsep`.