MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / say

Function say

src/util/Event.py:30–31  ·  view source on GitHub ↗
(pre, text)

Source from the content-addressed store, hash-verified

28if __name__ == "__main__":
29 def testBenchmark():
30 def say(pre, text):
31 print("%s Say: %s" % (pre, text))
32
33 import time
34 s = time.time()

Callers 2

testBenchmarkFunction · 0.85
testUsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected