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

20 lines
335 B
Python

"""check for method without self as first argument
"""
__revision__ = 0
class Abcd:
"""dummy class"""
def __init__(truc):
"""method without self"""
print 1
def abdc(yoo):
"""another test"""
print yoo
def edf(self):
"""just another method"""
print 'yapudju in', self