Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ term_and_wait
Method
term_and_wait
python/python3/tornado/test/process_test.py:138–140 ·
view source on GitHub ↗
(self, subproc)
Source
from the content-addressed store, hash-verified
136
@skipIfNonUnix
137
class
SubprocessTest(AsyncTestCase):
138
def
term_and_wait(self, subproc):
139
subproc.proc.terminate()
140
subproc.proc.wait()
141
142
@gen_test
143
def
test_subprocess(self):
Callers
3
test_subprocess
Method · 0.95
test_close_stdin
Method · 0.95
test_stderr
Method · 0.95
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected