Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5f5f11faf9de0d8dcbe1a8a4eb35d2a4232d6eaa
/
.
/
Lib
/
test
/
bad_getattr3.py
blob: 0d5f9266c7183d993e4763ccfb649432211a5016 [
file
] [
log
] [
blame
]
def
__getattr__
(
name
):
if
name
!=
'delgetattr'
:
raise
AttributeError
del
globals
()[
'__getattr__'
]
raise
AttributeError