MCPcopy Create free account
hub / github.com/PyWavelets/pywt / save

Method save

util/gh_lists.py:120–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 return self.cache[url]
119
120 def save(self):
121 tmp = self.filename + ".new"
122 with open(tmp, 'w', encoding='utf-8') as f:
123 json.dump(self.cache, f)
124 os.rename(tmp, self.filename)
125
126
127class GithubGet:

Callers 2

mainFunction · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected