Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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