Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_waitpid
Method
test_waitpid
Lib/test/test_os.py:3543–3544 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3541
self.assertEqual(pid2, pid)
3542
3543
def
test_waitpid(self):
3544
self.check_waitpid(code=
'pass'
, exitcode=0)
3545
3546
def
test_waitstatus_to_exitcode(self):
3547
exitcode = 23
Callers
nothing calls this directly
Calls
1
check_waitpid
Method · 0.95
Tested by
no test coverage detected