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