This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
bc1e522efc
cpython
/
Lib
/
test
/
test_module
/
bad_getattr2.py
8 lines
77 B
Python
Raw
Blame
History
def
__getattr__
(
)
:
"
Bad one
"
x
=
1
def
__dir__
(
bad_sig
)
:
return
[
]
Reference in New Issue
View Git Blame
Copy Permalink