##// END OF EJS Templates
Actually test that the j-nth cell.
Actually test that the j-nth cell.

File last commit:

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