Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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