Home | History | Annotate | Download | only in test

Lines Matching full:targetpath

504             targetpath = os.path.join('target', 'subdir', 'subsub')
505 correctfile = os.path.join(targetpath, *fixedname.split('/'))
508 writtenfile = zipfp.extract(arcname, targetpath)
515 zipfp.extractall(targetpath)