Home
last modified time | relevance | path

Searched refs:python_version_tuple (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/tools/clang-format/
Dclang-format.py65 if platform.python_version_tuple()[0] == '3':
/external/python/asn1crypto/dev/
Dcoverage.py209 major, minor = _plat.python_version_tuple()[0:2]
236 major, minor = _plat.python_version_tuple()[0:2]
/external/python/cpython3/Doc/library/
Dplatform.rst132 .. function:: python_version_tuple()
/external/python/cpython2/Doc/library/
Dplatform.rst135 .. function:: python_version_tuple()
/external/python/cpython3/Lib/
Dplatform.py1114 def python_version_tuple(): function
/external/python/cpython2/Lib/
Dplatform.py1502 def python_version_tuple(): function
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst3205 Changed platform module API python_version_tuple() to actually return a
D2.7a1.rst3469 python_version_tuple() since they produced different output compared to