Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
9ce8132e1f2339cfe116dfd4795574182c2245b4
/
.
/
Lib
/
test
/
bad_getattr3.py
blob: 0d5f9266c7183d993e4763ccfb649432211a5016 [
file
]
def
__getattr__
(
name
):
if
name
!=
'delgetattr'
:
raise
AttributeError
del
globals
()[
'__getattr__'
]
raise
AttributeError