Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMoveAttributeToInitQuickFixTest
/
createInit.py
blob: a748e483d84c3492d61ebf1e97083289260b4b2a [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
foo
(
self
):
self
.<
caret
>
b
=
1
c
=
1