python (3.11.7)

(root)/
lib/
python3.11/
test/
test_module/
bad_getattr2.py
       1  def __getattr__():
       2      "Bad one"
       3  
       4  x = 1
       5  
       6  def __dir__(bad_sig):
       7      return []