##// END OF EJS Templates
Shut down kernel correctly when closing tab in Qt console...
Shut down kernel correctly when closing tab in Qt console Closes gh-6893

File last commit:

r13348:e6afea51
r18794:6792aa5c
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])