Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/local/python-3.10/lib/python3.10/test/
Upload File :
Current File : //proc/thread-self/root/usr/local/python-3.10/lib/python3.10/test/bad_getattr3.py

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