Home
last modified time | relevance | path

Searched refs:getFullVersion (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py91 def getFullVersion(): function
724 % (getVersion(), getFullVersion()))
1318 data = data.replace('$FULL_VERSION', getFullVersion())
1361 FULLVER=getFullVersion(),
1400 vers = getFullVersion()
1437 vers = getFullVersion()
1526 'python-%s-macosx%s'%(getFullVersion(),DEPTARGET))
1532 volname='Python %s'%(getFullVersion())
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py91 def getFullVersion(): function
750 % (getVersion(), getFullVersion()))
1336 data = data.replace('$FULL_VERSION', getFullVersion())
1379 FULLVER=getFullVersion(),
1418 vers = getFullVersion()
1455 vers = getFullVersion()
1544 'python-%s-macosx%s'%(getFullVersion(),DEPTARGET))
1550 volname='Python %s'%(getFullVersion())