MCPcopy Create free account
hub / github.com/ActiveState/code / __erase

Method __erase

recipes/Python/492209_dal1py/recipe-492209.py:157–162  ·  view source on GitHub ↗
(self, block)

Source from the content-addressed store, hash-verified

155
156 # Private Utility Function
157 def __erase(self, block):
158 while True:
159 try:
160 return self.__disk.erase(block)
161 except:
162 pass
163
164################################################################################
165

Callers 1

eraseMethod · 0.95

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected