Staging
v0.5.1
Raw File
bad_getattr.py
x = 1

__getattr__ = "Surprise!"
__dir__ = "Surprise again!"
back to top