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