##// END OF EJS Templates
Apply pygrade --36plus on IPython/core/tests/test_inputtransformer.py....
Apply pygrade --36plus on IPython/core/tests/test_inputtransformer.py. Previous commit remove the u_format compatiblity function, use the occasion to update the file to a newer python 3.6 syntax. This also use yield-from

File last commit:

r22963:2961b531
r25659:6e748726
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])