Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/command/
Dupload.py76 def upload_file(self, command, pyversion, filename): argument
/external/python/setuptools/setuptools/_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.c1460 wchar_t *pyversion = Py_DecodeLocale("python" VERSION, &len); in calculate_init() local