third_party.pylibs.pylint.src/pylint/test/regrtest_data/classdoc_usage.py
Mike Frysinger f63bacb373 format: check for & warn about trailing newlines
The new tests also catch a lot of files in the pylint code base
that have trailing newlines, so clean them all up as well.

Close #682
2016-01-09 22:42:37 +02:00

17 lines
267 B
Python

"""ds"""
__revision__ = None
class SomeClass(object):
"""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"""