Home | History | Annotate | Download | only in test

Lines Matching refs:tfn

531         tfn = tempfile.mktemp()
534 with open(tfn, "wb") as f:
537 with open(tfn, "rb") as f:
545 with open(tfn, "wb") as f:
547 with open(tfn, "rb") as f:
552 os.remove(tfn)