Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.9.0-202012151422
/
usr
/
lib
/
python3.9
/
test
/
//opt/python-3.9.0-202012151422/usr/lib/python3.9/test/good_getattr.py
x = 1 def __dir__(): return ['a', 'b', 'c'] def __getattr__(name): if name == "yolo": raise AttributeError("Deprecated, use whatever instead") return f"There is {name}" y = 2