Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
TransformClassicClass.py
blob: 5548b114394a68394eceb1e718056965efb45676 [
file
] [
log
] [
blame
]
class
<
warning descr
=
"Old-style class"
><
caret
>
A
</
warning
>:
def
foo
(
self
):
pass
def
bar
(
self
):
pass