##// 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:

r27843:667f3cbe
r28226:d14058f1
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)