Home
last modified time | relevance | path

Searched refs:VER_DOT (Results 1 – 5 of 5) sorted by relevance

/third_party/python/PC/layout/support/
Dappxmanifest.py24 Name="PythonSoftwareFoundation.Python.{}".format(VER_DOT),
29 DisplayName="Python {}".format(VER_DOT),
30 Description="The Python {} runtime and console.".format(VER_DOT),
42 DisplayName="Python {}".format(VER_DOT),
50 DisplayName="Python {} (Windowed)".format(VER_DOT),
59 DisplayName="pip (Python {})".format(VER_DOT),
60 Description="pip package manager for Python {}".format(VER_DOT),
68 DisplayName="IDLE (Python {})".format(VER_DOT),
69 Description="IDLE editor for Python {}".format(VER_DOT),
161 VER_DOT: {
[all …]
Dprops.py14 "PYTHON_TAG": VER_DOT,
22 VER_DOT, VER_MICRO, "-" if VER_SUFFIX else "", VER_SUFFIX
Dnuspec.py15 "PYTHON_TAG": VER_DOT,
31 VER_DOT, VER_MICRO, "-" if VER_SUFFIX else "", VER_SUFFIX
Dconstants.py33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR) variable
/third_party/python/PC/layout/
Dmain.py147 yield from in_build("python_uwp.exe", new_name="python{}".format(VER_DOT))
148 yield from in_build("pythonw_uwp.exe", new_name="pythonw{}".format(VER_DOT))
160 yield from in_build("python_uwp.exe", new_name="pip{}".format(VER_DOT))
162 yield from in_build("pythonw_uwp.exe", new_name="idle{}".format(VER_DOT))