##// END OF EJS Templates
fix for #10327 : get_ipython.magic() replaced with get_ipython.run_line_magic()
fix for #10327 : get_ipython.magic() replaced with get_ipython.run_line_magic()

File last commit:

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