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