Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ save
Method
save
persper/analytics/analyzer.py:179–181 ·
view source on GitHub ↗
(self, fname)
Source
from the content-addressed store, hash-verified
177
return
self._ccgraph
178
179
def
save(self, fname):
180
with
open(fname,
'wb+'
)
as
f:
181
pickle.dump(self, f)
182
183
def
autosave(self, phase, idx, checkpoint_interval):
184
if
idx % checkpoint_interval == 0:
Callers
1
autosave
Method · 0.95
Calls
1
dump
Method · 0.80
Tested by
no test coverage detected