Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
DocstringParams1_after.py
blob: 2eb1e00582d69dfc422c796ed6e83e1d9e8e100b [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
""" file's docstring """
2
def
foo
(
a
,
b
,
f
):
3
"""
4
some description
5
another line of description
6
7
@param a: some description
8
of param
9
@return:
10
"""
11
pass