Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
DocstringParams_after.py
blob: c80bc80b6f842b7fc3f235f324799c919b903c26 [
file
] [
log
] [
blame
]
""" file's docstring """
def
foo
(
a
,
b
,
f
):
"""
some description
another line of description
@param b:
@param a: some description
of param
@param c: another description
of param
@return:
"""
pass