MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / close_all_files

Method close_all_files

tools/tasks.py:383–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 self.__make_zip(prefix, filename, files)
382
383 def close_all_files(self):
384 for name, fp in self.files.items():
385 fp.close()
386
387 @staticmethod
388 def __make_zip(prefix, filename, files):

Callers 4

__exit__Method · 0.95
test_add_file_taskFunction · 0.95
test_make_curl_taskFunction · 0.95
mainFunction · 0.80

Calls 1

closeMethod · 0.45

Tested by 2

test_add_file_taskFunction · 0.76
test_make_curl_taskFunction · 0.76