MCPcopy 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

9if is_unix:
10
11 def echo(text):
12 return ["echo", text]
13
14 def sleep(secs):
15 return ["sleep", str(secs)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected