Home | History | Annotate | Download | only in python2.7

Lines Matching defs:tmpfile

376     tmpfile = ''
386 self.tmpfile = tmpfile = tempfile.mktemp()
387 os.system(cmd + ' > %s' % tmpfile)
388 self.pipe = open(tmpfile,'rb')
409 if self.tmpfile:
411 remove(self.tmpfile)