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

Method open_block

recipes/Python/492211_dal3py/recipe-492211.py:397–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395
396 # Open A Block
397 def open_block(self):
398 return self.__disk.open(self.STATUS.b1)
399
400 # Read A Block
401 def read_block(self, block):

Callers 1

write_fileMethod · 0.80

Calls 1

openMethod · 0.45

Tested by

no test coverage detected