Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
92584642bab4fdb27ac1067c124f4636be762978
/
.
/
python
/
testData
/
inspections
/
PyOldStyleClassesInspection
/
Getattr.py
blob: f393de9502c7ddc37e87811c6530fd6dfb11c63c [
file
] [
log
] [
blame
]
class
A
:
def
<
warning descr
=
"Old-style class contains __getattribute__ definition"
>
__getattribute__
</
warning
>(
self
):
pass