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

Method returncode

Lib/asyncio/subprocess.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130
131 @property
132 def returncode(self):
133 return self._transport.get_returncode()
134
135 async def wait(self):
136 """Wait until the process exit and return the process return code."""

Callers

nothing calls this directly

Calls 1

get_returncodeMethod · 0.45

Tested by

no test coverage detected