Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ dump
Method
dump
recipes/Python/492210_dal2py/recipe-492210.py:64–66 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
62
63
# Dump To File
64
def
dump(self, name):
65
self.__disk.write(0,
''
.join([chr(i)
for
i in self.__BIT]))
66
self.__disk.dump(name)
67
68
# Load From File
69
def
load(self, name, abstract):
Callers
1
test
Function · 0.95
Calls
2
write
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected