Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
Class with attributes describing each file in the ZIP archive.
src/d/e/devpi-common-1.2/devpi_common/archive.py devpi-common(Download)
if not p.listdir(): path = p.relto(basedir) + "/" zipinfo = py.std.zipfile.ZipInfo(path) zip.writestr(zipinfo, "") else:
if not val: path = os.sep.join(newprefixes) + os.sep zipinfo = py.std.zipfile.ZipInfo(path) zip.writestr(zipinfo, "") else: