Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
DocstringParams2_after.py
blob: 70405dcdcc7d2ebb0e43d09dde0baec5b20d59de [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
""" file's docstring """
2
def
spam
(
ham
):
# <== PyCharm suggests to apply quickfix there
3
"""Docstring
4
@param ham:
5
"""
6
pass