Current File : //usr/local/apps/python3/lib/python3.11/test/bad_getattr3.py
def __getattr__(name):
    if name != 'delgetattr':
        raise AttributeError
    del globals()['__getattr__']
    raise AttributeError