Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ echo
Function
echo
extra_tests/snippets/stdlib_subprocess.py:11–12 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
9
if
is_unix:
10
11
def
echo(text):
12
return
[
"echo"
, text]
13
14
def
sleep(secs):
15
return
[
"sleep"
, str(secs)]
Callers
1
stdlib_subprocess.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected