Searched refs:basepkgname (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/scripts/ |
D | genallsuites.py | 26 basepkgname='_builtinSuites', 30 basepkgname='StdSuites', 35 basepkgname='StdSuites', 39 basepkgname='StdSuites', 43 basepkgname='StdSuites', 47 basepkgname='StdSuites', 51 basepkgname='StdSuites',
|
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 57 basepkgname = 'StdSuites' 68 basepkgname = a 92 process_func(filename, output=output, basepkgname=basepkgname, 98 def main_interactive(interact=0, basepkgname='StdSuites'): argument 118 processfile(filename, edit_modnames=edit_modnames, basepkgname=basepkgname, 124 basepkgname=basepkgname, verbose=sys.stderr) 147 def processfile_fromresource(fullname, output=None, basepkgname=None, argument 183 basepkgname=basepkgname, edit_modnames=edit_modnames, 186 def processfile(fullname, output=None, basepkgname=None, argument 223 compileaete(aete, None, fullname, output=output, basepkgname=basepkgname, [all …]
|
/external/python/cpython2/Doc/library/ |
D | gensuitemodule.rst | 31 .. function:: processfile(application[, output, basepkgname, edit_modnames, creatorsignature, dump… 44 ``basepkgname`` is the base package on which this package will build, and 56 .. function:: processfile_fromresource(application[, output, basepkgname, edit_modnames, creatorsi…
|