Your IP : 216.73.216.74


Current Path : /usr/local/python-3.9/lib/python3.9/test/
Upload File :
Current File : //usr/local/python-3.9/lib/python3.9/test/bad_getattr2.py

def __getattr__():
    "Bad one"

x = 1

def __dir__(bad_sig):
    return []