Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_task
Function · 0.95
test_make_curl_task
Function · 0.95
main
Function · 0.80
Calls
1
close
Method · 0.45
Tested by
2
test_add_file_task
Function · 0.76
test_make_curl_task
Function · 0.76