Searched refs:extra_zipwrite_args (Results 1 – 1 of 1) sorted by relevance
73 def _test_ZipWrite(self, contents, extra_zipwrite_args=None): argument74 extra_zipwrite_args = dict(extra_zipwrite_args or {})83 arcname = extra_zipwrite_args.get("arcname", test_file_name)95 expected_mode = extra_zipwrite_args.get("perms", 0o644)96 expected_compress_type = extra_zipwrite_args.get("compress_type",100 common.ZipWrite(zip_file, test_file_name, **extra_zipwrite_args)