rep1/python37/Lib/test/bad_getattr3.py

6 lines
139 B
Python
Raw Normal View History

2024-11-21 09:00:42 +08:00
def __getattr__(name):
if name != 'delgetattr':
raise AttributeError
del globals()['__getattr__']
raise AttributeError