Searched refs:tzpath (Results 1 – 7 of 7) sorted by relevance
27 tzpath = os.environ.get('DATEUTIL_TZPATH', None)29 if tzpath is None:32 path_components = tzpath.split(':')
69 def tzpath_context(self, tzpath, block_tzdata=True, lock=TZPATH_LOCK): argument92 self.module.reset_tzpath(tzpath)
69 def tzpath(self): # pragma: nocover member in TzPathUserMixin80 self.tzpath,135 def tzpath(self): member in ZoneInfoTest136 return [self.zoneinfo_data.tzpath]526 def tzpath(self): member in TZDataTests1309 def tzpath(self): member in ZoneInfoCacheTest1310 return [self.zoneinfo_data.tzpath]1402 def tzpath(self): member in ZoneInfoPickleTest1403 return [self.zoneinfo_data.tzpath]1545 with self.subTest(tzpath=new_path_var):[all …]
325 bad_paths = [tzpath for tzpath in tzpaths if not os.path.isabs(tzpath)]
2986 AC_MSG_ERROR([--with-tzpath must contain only absolute paths, not $1])2992 AC_MSG_CHECKING(for --with-tzpath)2993 AC_ARG_WITH(tzpath, optwith2994 AS_HELP_STRING([--with-tzpath=<list of absolute paths separated by pathsep>]2999 AC_MSG_ERROR([--with-tzpath requires a value])
1532 --with-tzpath=<list of absolute paths separated by pathsep>
128 ``--with-tzpath``), which should be a string delimited by :data:`os.pathsep`.