Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ count
Method
count
src/util/Noparallel.py:79–83 ·
view source on GitHub ↗
(self, num=5)
Source
from the content-addressed store, hash-verified
77
78
@Noparallel()
79
def
count(self, num=5):
80
for
i in range(num):
81
print(self, i)
82
time.sleep(1)
83
return
"%s return:%s"
% (self, i)
84
85
class
TestNoblock():
86
Callers
4
coffee-script.js
File · 0.45
verifyCert
Method · 0.45
resolveDomain
Method · 0.45
addBigfileInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected