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