Searched refs:outf (Results 1 – 2 of 2) sorted by relevance
199 self.outf = None # open file handle of outf_name during dump*234 self.outf.write(s + '\n')286 with open(outf_name, 'a') as outf: # to write debug info287 self.outf = outf288 other.outf = outf497 with open(self.outf_name, 'a') as outf:498 self.outf = outf869 self.outf.write(s + '\n')914 with open(self.outf_name, 'a') as outf:915 self.outf = outf[all …]
121 with open("METADATA", "w") as outf:122 outf.write(METADATA_CONTENT.format(257 with open("OWNERS", mode) as outf:258 outf.write(DEFAULT_OWNERS)