Files
Android11_RK3568_Lubancat2/external/python/cpython3/Lib/test/bad_getattr2.py
2023-05-14 11:44:44 +00:00

8 lines
77 B
Python

def __getattr__():
"Bad one"
x = 1
def __dir__(bad_sig):
return []