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