xref
: /
dports
/
lang
/
python38
/
Python-3.8.12
/
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