Lines Matching refs:group
27 URL = "https://www.python.org/ftp/python/{}/".format(m.group(1))
28 REL = m.group(2) or ''
64 "python-{}.exe".format(m.group(0)),
65 "python-{}-webinstall.exe".format(m.group(0)),
66 "python-{}-amd64.exe".format(m.group(0)),
67 "python-{}-amd64-webinstall.exe".format(m.group(0)),
68 "python-{}-arm64.exe".format(m.group(0)),
69 "python-{}-arm64-webinstall.exe".format(m.group(0)),
70 "python-{}-embed-amd64.zip".format(m.group(0)),
71 "python-{}-embed-win32.zip".format(m.group(0)),
72 "python-{}-embed-arm64.zip".format(m.group(0)),