/external/python/cpython2/Mac/Modules/launch/ |
D | launchsupport.py | 14 MODPREFIX = 'Launch' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 78 execfile(string.lower(MODPREFIX) + 'typetest.py') 81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/menu/ |
D | menusupport.py | 14 MODPREFIX = 'Menu' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 18 EXTRAFILE = string.lower(MODPREFIX) + 'edit.py' # A similar file but hand-made 88 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/folder/ |
D | foldersupport.py | 13 MODPREFIX = 'Folder' # The prefix for module-wide routines variable 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 36 execfile(string.lower(MODPREFIX) + 'typetest.py') 41 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/help/ |
D | helpsupport.py | 14 MODPREFIX = 'Help' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 58 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/evt/ |
D | evtsupport.py | 15 MODPREFIX = 'Evt' # The prefix for module-wide routines variable 17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 45 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | scrapsupport.py | 17 MODPREFIX = 'Scrap' # The prefix for module-wide routines variable 19 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 20 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 55 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/icn/ |
D | icnsupport.py | 15 MODPREFIX = 'Icn' # The prefix for module-wide routines variable 17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 70 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/osa/ |
D | osasupport.py | 13 MODPREFIX = 'OSA' # The prefix for module-wide routines variable 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) 91 execfile(string.lower(MODPREFIX) + 'typetest.py')
|
/external/python/cpython2/Mac/Modules/ah/ |
D | ahsupport.py | 13 MODPREFIX = 'Ah' # The prefix for module-wide routines variable 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 30 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/win/ |
D | winsupport.py | 14 MODPREFIX = 'Win' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 18 EDITFILE = string.lower(MODPREFIX) + 'edit.py' # The manual definitions 183 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/te/ |
D | tesupport.py | 15 MODPREFIX = 'TE' # The prefix for module-wide routines variable 17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 190 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/fm/ |
D | fmsupport.py | 13 MODPREFIX = 'Fm' # The prefix for module-wide routines variable 14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 66 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/qd/ |
D | qdsupport.py | 14 MODPREFIX = 'Qd' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 18 EXTRAFILE = string.lower(MODPREFIX) + 'edit.py' # A similar file but hand-made 252 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
|
/external/python/cpython2/Mac/Modules/drag/ |
D | dragsupport.py | 14 MODPREFIX = 'Drag' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 208 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
|
/external/python/cpython2/Mac/Modules/list/ |
D | listsupport.py | 15 MODPREFIX = 'List' # The prefix for module-wide routines variable 17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 161 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/cm/ |
D | cmsupport.py | 13 MODPREFIX = 'Cm' # The prefix for module-wide routines variable 16 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 100 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | qdoffssupport.py | 14 MODPREFIX = 'Qdoffs' # The prefix for module-wide routines variable 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 77 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/cg/ |
D | cgsupport.py | 14 MODPREFIX = 'CG' # The prefix for module-wide routines variable 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 131 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/app/ |
D | appsupport.py | 15 MODPREFIX = 'App' # The prefix for module-wide routines variable 18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 109 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | mltesupport.py | 14 MODPREFIX = 'Mlte' # The prefix for module-wide routines variable 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 149 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 14 MODPREFIX = 'Ctl' # The prefix for module-wide routines variable 16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 499 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
|
/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 16 MODPREFIX = 'Qt' # The prefix for module-wide routines variable 18 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods 19 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 293 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff) 313 execfile(string.lower(MODPREFIX) + 'typetest.py')
|
/external/python/cpython2/Mac/Modules/file/ |
D | filesupport.py | 25 MODPREFIX = 'File' # The prefix for module-wide routines variable 26 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 364 execfile(string.lower(MODPREFIX) + 'typetest.py') 806 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff,
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 14 MODPREFIX = 'CF' # The prefix for module-wide routines variable 15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner 489 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
|