Files
Android11_RK3568_Lubancat2/external/python/cpython3/Lib/test/bad_getattr3.py
2023-05-14 11:44:44 +00:00

6 lines
139 B
Python

def __getattr__(name):
if name != 'delgetattr':
raise AttributeError
del globals()['__getattr__']
raise AttributeError