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