MCPcopy Index your code
hub / github.com/RustPython/RustPython / sleep

Function sleep

extra_tests/snippets/stdlib_subprocess.py:14–15  ·  view source on GitHub ↗
(secs)

Source from the content-addressed store, hash-verified

12 return ["echo", text]
13
14 def sleep(secs):
15 return ["sleep", str(secs)]
16else:
17
18 def echo(text):

Callers 1

Calls 1

strFunction · 0.85

Tested by

no test coverage detected