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

20 lines
311 B
Python

"""check for method without self as first argument
"""
__revision__ = 0
class Abcd:
"""dummy class"""
def __init__(self):
pass
def abcd(yoo):
"""another test"""
abcd = classmethod(abcd)
def edf(self):
"""justo ne more method"""
print 'yapudju in', self