Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ status
Method
status
recipes/Python/492210_dal2py/recipe-492210.py:55–57 ·
view source on GitHub ↗
(self, block)
Source
from the content-addressed store, hash-verified
53
54
# Get Status Information
55
def
status(self, block):
56
assert type(block) is int and 0 <= block < self.__blocks
57
return
self.__BIT[block]
58
59
# Probability Of Failure
60
def
fail(self, probability):
Callers
1
test
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected