##// END OF EJS Templates
Backport PR #14029: Allow safe access to the `__getattribute__` method of modules
Backport PR #14029: Allow safe access to the `__getattribute__` method of modules

File last commit:

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