• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1def __getattr__():
2    "Bad one"
3
4x = 1
5
6def __dir__(bad_sig):
7    return []
8