Searched refs:skzip (Results 1 – 1 of 1) sorted by relevance
82 skzip = os.path.join(tempfile.mkdtemp(), 'sk.zip') variable83 with open(skzip, 'wb') as f:88 with zipfile.ZipFile(skzip, 'r') as f: