Lines Matching refs:PythonVersion
39 from kdoc.python_version import PythonVersion
41 RECOMMENDED_VERSION = PythonVersion("3.4.3").version
42 MIN_PYTHON_VERSION = PythonVersion("3.7").version
451 return PythonVersion.parse_version(match.group(1))
455 return PythonVersion.parse_version(match.group(1))
466 self.min_version = PythonVersion.parse_version(match.group(1))
486 curver = PythonVersion.ver_str(self.cur_version)
487 minver = PythonVersion.ver_str(self.min_version)
1228 elif PythonVersion.parse_version(ver) > self.cur_version:
1335 latest_avail_ver = PythonVersion.ver_str(self.latest_avail_ver)
1431 ver = PythonVersion.ver_str(self.cur_version)
1537 PythonVersion.check_python(MIN_PYTHON_VERSION,