third_party.pylibs.pylint.src/pylint/test/regrtest_data/classdoc_usage.py

17 lines
267 B
Python
Raw Normal View History

2006-04-26 10:48:09 +00:00
"""ds"""
__revision__ = None
class SomeClass(object):
2006-04-26 10:48:09 +00:00
"""cds"""
doc = __doc__
2013-06-18 12:36:29 +00:00
2006-04-26 10:48:09 +00:00
def __init__(self):
"""only to make pylint happier"""
def please(self):
"""public method 1/2"""
def besilent(self):
"""public method 2/2"""