This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
15a8728415
cpython
/
Lib
/
test
/
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