Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
ivarInDocstring.py
blob: 1fec85f8b63bf04f8ac136e37dd90ff4b63f583c [
file
] [
log
] [
blame
]
class
SomeClass
(
object
):
""" Awesome class
@ivar someVar: great stuff
@type someVar: string
"""
def
__init__
(
self
):
self
.
someVar
=
None