Home | History | Annotate | Download | only in plat-mac

Lines Matching full:none

58         output = None
60 creatorsignature = None
61 dump = None
62 verbose = None
101 edit_modnames = None
147 def processfile_fromresource(fullname, output=None, basepkgname=None,
148 edit_modnames=None, creatorsignature=None, dump=None, verbose=None):
186 def processfile(fullname, output=None, basepkgname=None,
187 edit_modnames=None, creatorsignature=None, dump=None,
188 verbose=None):
223 compileaete(aete, None, fullname, output=output, basepkgname=basepkgname,
227 def getappterminology(fullname, verbose=None):
259 def compileaetelist(aetelist, fullname, output=None, basepkgname=None,
260 edit_modnames=None, creatorsignature=None, verbose=None):
270 def decode(data, verbose=None):
433 def compileaete(aete, resinfo, fname, output=None, basepkgname=None,
434 edit_modnames=None, creatorsignature=None, verbose=None):
468 basepackage = None
509 fp.write(" if not getattr(v, '_propdict', None):\n")
529 application_class = None
562 self.pathname = None
563 self.modname = None
566 self.fp = None
567 self.basemodule = None
579 if self.edit_modnames is None:
589 self.pathname = None
591 return None, None, None
601 basemodule = None
607 objc = ObjectCompiler(None, self.modname, basemodule, interact=(self.edit_modnames is None),
673 basemodule = None
684 objc = ObjectCompiler(fp, self.modname, basemodule, precompinfo, interact=(self.edit_modnames is None),
735 fp.write("_object=None, ") # Also include if it is optional
737 fp.write("_no_object=None, ") # For argument checking
776 fp.write(" if _no_object is not None: raise TypeError, 'No direct arg expected'\n")
828 def __init__(self, interact=1, verbose=None):
841 self.modulename = None
862 return None, None, None
885 def prepareforexport(self, name=None):
891 def __init__(self, fp, modname, basesuite, othernamemappers=None, interact=1,
892 verbose=None):
936 m = None
937 if not m: return None, None, None
954 return None
1104 self.fp.write("_Enum_%s = None # XXXX enum %s not found!!\n"%(identify(enum), ascii(enum)))