Home
last modified time | relevance | path

Searched defs:pyversion (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/command/
Dupload.py75 def upload_file(self, command, pyversion, filename): argument
/external/python/cpython2/Lib/distutils/command/
Dupload.py64 def upload_file(self, command, pyversion, filename): argument
/external/python/cpython3/Modules/
Dgetpath.c1465 wchar_t *pyversion = Py_DecodeLocale("python" VERSION, &len); in calculate_init() local