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