Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ erase
Method
erase
recipes/Python/492209_dal1py/recipe-492209.py:186–187 ·
view source on GitHub ↗
(self, index, size)
Source
from the content-addressed store, hash-verified
184
185
# Erase Some Data
186
def
erase(self, index, size):
187
self.write(index, chr(0) * size)
188
189
# Get Length Information
190
def
__len__(self):
Callers
1
test
Function · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected