Home | History | Annotate | Download | only in test

Lines Matching refs:tfn

466         tfn = tempfile.mktemp()
469 with open(tfn, "wb") as f:
472 with open(tfn, "rb") as f:
480 with open(tfn, "wb") as f:
482 with open(tfn, "rb") as f:
487 os.remove(tfn)