Searched refs:tzpath (Results 1 – 8 of 8) sorted by relevance
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]1554 with self.subTest(tzpath=new_path_var):[all …]
69 def tzpath_context(self, tzpath, block_tzdata=True, lock=TZPATH_LOCK): argument92 self.module.reset_tzpath(tzpath)
128 flag --with-tzpath <--with-tzpath>`), which should be a string delimited by
351 bad_paths = [tzpath for tzpath in tzpaths if not os.path.isabs(tzpath)]
3052 AC_MSG_ERROR([--with-tzpath must contain only absolute paths, not $1])3058 AC_MSG_CHECKING(for --with-tzpath)3059 AC_ARG_WITH(tzpath, optwith3060 AS_HELP_STRING([--with-tzpath=<list of absolute paths separated by pathsep>]3065 AC_MSG_ERROR([--with-tzpath requires a value])
551 Removed the grep -q and -E flags in the tzpath validation section of the
58 .. cmdoption:: --with-tzpath=<list of absolute paths separated by pathsep>
85 + --with-tzpath=${MINGW_PREFIX}/share/zoneinfo \