xref
: /
third_party
/
python
/
Lib
/
test
/
bad_getattr2.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/
1
def
__getattr__
():
2
"Bad one"
3
4
x =
1
5
6
def
__dir__
(
bad_sig
):
7
return
[]
8