Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 25 of 25) sorted by relevance

/third_party/libabigail/autoconf-archive/
Dax_prog_python_version.m450python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
52 AC_MSG_RESULT($python_version)
54 AC_SUBST([PYTHON_VERSION],[$python_version])
56 AX_COMPARE_VERSION([$ax_python_version],[le],[$python_version],[
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_prog_python_version.m449python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
51 AC_MSG_RESULT($python_version)
53 AC_SUBST([PYTHON_VERSION],[$python_version])
55 AX_COMPARE_VERSION([$ax_python_version],[le],[$python_version],[
/third_party/mbedtls/scripts/
Ddriver.requirements.txt14 Jinja2 >= 2.10.1; python_version < '3.10'
15 Jinja2 >= 2.10.3; python_version >= '3.10'
/third_party/benchmark/tools/
DBUILD.bazel15 python_version = "PY2",
/third_party/icu/tools/commit-checker/
DPipfile11 python_version = "3"
/third_party/benchmark/bindings/python/google_benchmark/
DBUILD31 python_version = "PY3",
/third_party/python/Lib/idlelib/
Dhelp.py29 from platform import python_version
287 HelpWindow(parent, filename, 'IDLE Help (%s)' % python_version())
Dhelp_about.py6 from platform import python_version, architecture
13 version = python_version()
Dpyshell.py40 from platform import python_version
856 shell_title = "IDLE Shell " + python_version()
Deditor.py34 _py_version = ' (%s)' % platform.python_version()
/third_party/node/deps/v8/tools/
Dcallstats.py.vpython25 python_version: "2.7"
/third_party/skia/third_party/externals/angle2/
D.vpython325 python_version: "3.8"
D.vpython28 python_version: "2.7"
/third_party/jinja2/
Dsetup.cfg89 python_version = 3.7
/third_party/node/deps/v8/
D.vpython325 python_version: "3.8"
D.vpython25 python_version: "2.7"
DBUILD.bazel3634 python_version = "PY3",
3664 python_version = "PY3",
/third_party/python/Lib/idlelib/idle_test/
Dtest_help_about.py14 from platform import python_version
/third_party/python/Lib/test/
Dtest_enum.py14 python_version = sys.version_info[:2] variable
352 python_version >= (3, 12),
372 python_version < (3, 12),
2142 python_version == (3, 9),
2448 python_version >= (3, 12),
2470 python_version < (3, 12),
2964 python_version >= (3, 12),
2988 python_version < (3, 12),
3371 @unittest.skipUnless(python_version == (3, 8),
3380 @unittest.skipUnless(python_version >= (3, 9),
Dtest_platform.py201 self.assertEqual(platform.python_version(), info[1])
/third_party/python/Tools/ccbench/
Dccbench.py578 platform.python_version(),
/third_party/python/Lib/
Dplatform.py1106 def python_version(): function
Dpydoc.py2465 version = html.escape("%s [%s, %s]" % (platform.python_version(),
/third_party/python/Doc/library/
Dplatform.rst124 .. function:: python_version()
/third_party/python/
DMakefile.pre.in1789 …'"`$(RUNSHARED) ./$(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`"'/g' < $(…