Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
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