(self)
| 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.""" |
nothing calls this directly
no test coverage detected