Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
mover
/
insideDocComment.py
blob: 1f2b305b93b14771f8c9a5629444638d92fa02fd [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
def
fcn
(
self
,
foo
,
bar
):
2
"""
3
:type <caret>foo: int
4
:type bar: str
5
"""
6
self
.
foo
=
foo
7
self
.
bar
=
bar