1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
"""ds""" __revision__ = None class SomeClass: """cds""" doc = __doc__ def __init__(self): """only to make pylint happier""" def please(self): """public method 1/2""" def besilent(self): """public method 2/2"""