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

Lines Matching refs:resonly

86     def tofile(self, path, resonly=False):
89 if resonly:
107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
111 If resonly is True, then it will create a regular file at
132 asfile.tofile(outpath, resonly=resonly)
139 resonly = True
142 resonly = False
143 decode(sys.argv[1], sys.argv[2], resonly=resonly)