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

Method status

recipes/Python/492211_dal3py/recipe-492211.py:421–423  ·  view source on GitHub ↗
(self, block)

Source from the content-addressed store, hash-verified

419
420 # Get Status Information
421 def status(self, block):
422 assert type(block) is int and 1 <= block <= self.__blocks
423 return self.__disk.status(block)
424
425 # Seed Control Interface
426 def seed(self, data=None):

Callers 9

read_directoryMethod · 0.45
write_directoryMethod · 0.45
close_directoryMethod · 0.45
read_fileMethod · 0.45
write_fileMethod · 0.45
close_fileMethod · 0.45
read_blockMethod · 0.45
write_blockMethod · 0.45
close_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected