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