Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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