xref: /third_party/python/Lib/test/bad_getattr.py (revision 7db96d56)
1x = 1
2
3__getattr__ = "Surprise!"
4__dir__ = "Surprise again!"
5