python/stream
Oz Tiram 69570ac708 Add property returncode to WSClient
This will be familiar for Python users as subprocess.Popen has
the same attribute. Also, the behavior is such the returncode returns
a None value if the process was not run yet.

Other than that, when the process exists with a numerical code this will
be the value of the return code. If the command executed successfully
the return value will be 0.
2019-09-17 17:23:46 +02:00
..
__init__.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
stream.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
ws_client_test.py Remove all shebangs from Python modules and checker 2019-08-27 22:18:52 +02:00
ws_client.py Add property returncode to WSClient 2019-09-17 17:23:46 +02:00