Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
insideDocComment.py
blob: 1f2b305b93b14771f8c9a5629444638d92fa02fd [
file
] [
log
] [
blame
]
def
fcn
(
self
,
foo
,
bar
):
"""
:type <caret>foo: int
:type bar: str
"""
self
.
foo
=
foo
self
.
bar
=
bar