Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android11-mainline-sparse-2020-dec-release
/
.
/
python
/
testData
/
quickFixes
/
PyMoveAttributeToInitQuickFixTest
/
addPass.py
blob: 2f8f8b71940a3196741a9431db61200871f894f6 [
file
] [
log
] [
blame
] [
edit
]
__author__
=
'ktisha'
class
A
:
def
__init__
(
self
):
self
.
_a
=
1
def
foo
(
self
):
self
.<
caret
>
b
=
1