MCPcopy Index your code
hub / github.com/python/cpython / get_returncode

Method get_returncode

Lib/asyncio/transports.py:207–213  ·  view source on GitHub ↗

Get subprocess returncode. See also http://docs.python.org/3/library/subprocess#subprocess.Popen.returncode

(self)

Source from the content-addressed store, hash-verified

205 raise NotImplementedError
206
207 def get_returncode(self):
208 """Get subprocess returncode.
209
210 See also
211 http://docs.python.org/3/library/subprocess#subprocess.Popen.returncode
212 """
213 raise NotImplementedError
214
215 def get_pipe_transport(self, fd):
216 """Get transport for pipe with number fd."""

Callers 4

returncodeMethod · 0.45
test_proc_exitedMethod · 0.45
kill_runningMethod · 0.45
process_exitedMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_proc_exitedMethod · 0.36
kill_runningMethod · 0.36
process_exitedMethod · 0.36