##// END OF EJS Templates
Backport PR #14029 on branch 8.12.x (Allow safe access to the `__getattribute__` method of modules) (#14065)...
Backport PR #14029 on branch 8.12.x (Allow safe access to the `__getattribute__` method of modules) (#14065) Backport PR #14029: Allow safe access to the `__getattribute__` method of modules

File last commit:

r27747:f5d4e0ac
r28284:d274b92f merge
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])