Files
server/opt/plesk/python/3/lib/python3.10/test/bad_getattr3.py
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

6 lines
139 B
Python

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