##// END OF EJS Templates
Don't strip decorators before feeding into block_parser (#13612)...
Don't strip decorators before feeding into block_parser (#13612) make sure only pseudo-decorators are stripped before feeding into block_parser

File last commit:

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