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

16 lines
260 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