summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_r0921.py
blob: 1baf0a8efb310a04bc6bdb976cfa1b81d76ae74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""test max methods"""
__revision__ = None

class Aaaa(object):
    """yo"""
    def __init__(self):
        pass

    def meth1(self):
        """hehehe"""
        raise NotImplementedError

    def meth2(self):
        """hehehe"""
        return 'Yo', self