MCPcopy
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.jsFile · 0.45
verifyCertMethod · 0.45
resolveDomainMethod · 0.45
addBigfileInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected