Home
last modified time | relevance | path

Searched defs:python_version (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/
Dmypy.ini2 python_version = 3.9 key
/external/python/python-api-core/
Dmypy.ini2 python_version = 3.6 key
/external/python/parse_type/
Dsetup.py33 python_version = float('%s.%s' % sys.version_info[:2]) variable
/external/python/python-api-core/google/api_core/
Dclient_info.py65 python_version=_PY_VERSION, argument
/external/fonttools/
Dmypy.ini2 python_version = 3.7 key
/external/python/asn1crypto/dev/
Ddeps.py409 def _is_valid_python_version(python_version, requires_python): argument
/external/pigweed/pw_doctor/py/pw_doctor/
Ddoctor.py240 def python_version(ctx: DoctorContext): function
/external/python/cpython3/Lib/
Dplatform.py1106 def python_version(): function
/external/python/cpython2/Lib/
Dplatform.py1492 def python_version(): function
/external/python/cpython3/Lib/test/
Dtest_enum.py14 python_version = sys.version_info[:2] variable