Lines Matching refs:in_build
126 def in_build(f, dest="", new_name=None): function
147 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))
150 yield from in_build("python_uwp.exe", new_name="python")
151 yield from in_build("pythonw_uwp.exe", new_name="pythonw")
153 yield from in_build("python.exe", new_name="python")
154 yield from in_build("pythonw.exe", new_name="pythonw")
156 yield from in_build(PYTHON_DLL_NAME)
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))
165 yield from in_build(PYTHON_STABLE_DLL_NAME)
186 yield from in_build(src.name, dest="" if ns.flat_dlls else "DLLs/")
196 yield from in_build("venvlauncher.exe", "Lib/venv/scripts/nt/", "python")
197 yield from in_build("venvwlauncher.exe", "Lib/venv/scripts/nt/", "pythonw")