Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
docstring.py
blob: efcecd34b78b5b67c47958ba2d1d9b0b981ab273 [
file
] [
log
] [
blame
]
class
Test
(
object
):
"""
@cvar some: some variable
@type some: C{str}
"""
some
=
'hello'
def
__init__
(
self
):
self
.
some1
=
10
def
q
(
self
,
another
):
"""
@param another: another variable
@type another: C{str}
"""
pass