xref: /third_party/python/Lib/test/bad_getattr2.py (revision 7db96d56)
1def __getattr__():
2    "Bad one"
3
4x = 1
5
6def __dir__(bad_sig):
7    return []
8