Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ term_and_wait
Method
term_and_wait
tornado/test/process_test.py:137–139 ·
view source on GitHub ↗
(self, subproc)
Source
from the content-addressed store, hash-verified
135
@skipIfNonUnix
136
class
SubprocessTest(AsyncTestCase):
137
def
term_and_wait(self, subproc):
138
subproc.proc.terminate()
139
subproc.proc.wait()
140
141
@gen_test
142
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