index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
bad_getattr2.py
blob: 0a52a53b54bb0243a26bf0bc1eeea5ce336a3df9 (
plain
)
1
2
3
4
5
6
7
def
__getattr__
():
"Bad one"
x
=
1
def
__dir__
(
bad_sig
):
return
[]