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