##// END OF EJS Templates
Allow safe access to the __getattribute__ method of modules...
Allow safe access to the __getattribute__ method of modules This restores code completions of second-level modules when Jedi completions are disabled.

File last commit:

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