class SomeClass(object): """ Awesome class :ivar someVar: great stuff :type someVar: string """ def __init__(self): self.someVar = None