Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
ee1da7ec8e939a998d5ecf2c749d45eb8f7714e4
/
.
/
Lib
/
test
/
test_module
/
bad_getattr2.py
blob: 0a52a53b54bb0243a26bf0bc1eeea5ce336a3df9 [
file
]
def
__getattr__
():
"Bad one"
x
=
1
def
__dir__
(
bad_sig
):
return
[]