third_party.pylibs.pylint.src/test/input/func_r0903.py
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

14 lines
237 B
Python

"""test min methods"""
__revision__ = None
class Aaaa:
"""yo"""
def __init__(self):
pass
def meth1(self):
"""hehehe"""
print self
def _dontcount(self):
"""not public"""
print self