Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ save
Method
save
persper/graphs/processor.py:373–375 ·
view source on GitHub ↗
(self, fname)
Source
from the content-addressed store, hash-verified
371
self.__dict__.update(state)
372
373
def
save(self, fname):
374
with
open(fname,
'wb+'
)
as
f:
375
pickle.dump(self, f)
Callers
1
process
Method · 0.95
Calls
1
dump
Method · 0.80
Tested by
no test coverage detected