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

22 lines
368 B
Python

"""test max methods"""
__revision__ = None
class Aaaa:
"""yo"""
def __init__(self):
pass
def meth1(self):
"""hehehe"""
raise NotImplementedError
def meth2(self):
"""hehehe"""
return 'Yo', self
class Bbbb(Aaaa):
"""yeah"""
def meth1(self):
"""hehehe bis"""
return "yeah", self