##// END OF EJS Templates
Backport PR #12445: avoid calling .f_locals on the current frame
Backport PR #12445: avoid calling .f_locals on the current frame

File last commit:

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