Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
16
else
:
17
18
def
echo(text):
Callers
1
stdlib_subprocess.py
File · 0.70
Calls
1
str
Function · 0.85
Tested by
no test coverage detected