##// END OF EJS Templates
store exit code in user_ns['_exit_code']...
store exit code in user_ns['_exit_code'] _exit_code is an equivalent to `$?` in bash. It always has the most recent exit value of a shell.system subprocess.
MinRK -
r3910:49cc4a9d
Show More
Name Size Modified Last Commit Author
/ IPython / config / profile
__init__.py Loading ...
ipython_config_cluster.py Loading ...
ipython_config_math.py Loading ...
ipython_config_numeric.py Loading ...
ipython_config_pylab.py Loading ...
ipython_config_pysh.py Loading ...
ipython_config_sympy.py Loading ...