Home | History | Annotate | Download | only in test

Lines Matching refs:arcname

364         """Check that calling ZipFile.write without arcname specified
494 for arcname, fixedname in hacknames:
495 content = b'foobar' + arcname.encode()
499 zinfo.filename = arcname
503 arcname = arcname.replace(os.sep, "/")
508 writtenfile = zipfp.extract(arcname, targetpath)
510 msg="extract %r" % arcname)
522 writtenfile = zipfp.extract(arcname)
524 msg="extract %r" % arcname)