mitogen/examples
Alex Willmer 0417d4d73a Replace os.system() with subprocess.check_call()
Non-zero return codes should raise an exception, not pass silently.
2022-04-21 20:19:51 +01:00
..
service issue #589: remove outdated/incomplete examples 2019-06-03 18:06:17 +01:00
install_app.py Replace os.system() with subprocess.check_call() 2022-04-21 20:19:51 +01:00
mitogen-fuse.py Fix up another handful of LGTM errors. 2019-08-12 11:46:37 +01:00
mitop.py
ping_pong.py core: many docstring updates and an example substitute for Channel 2019-01-20 22:54:15 +00:00
select_loop.py examples: add Select lifetimes to example. 2018-12-13 16:18:43 +00:00
the_basics.py