Searched refs:extra_zipwrite_args (Results 1 – 1 of 1) sorted by relevance
431 def _test_ZipWrite(self, contents, extra_zipwrite_args=None): argument432 extra_zipwrite_args = dict(extra_zipwrite_args or {})441 arcname = extra_zipwrite_args.get("arcname", test_file_name)456 expected_mode = extra_zipwrite_args.get("perms", 0o644)457 expected_compress_type = extra_zipwrite_args.get("compress_type",461 common.ZipWrite(zip_file, test_file_name, **extra_zipwrite_args)