summaryrefslogtreecommitdiff
path: root/test/input/func_r0903.py
blob: ccbad58197859fc38fcf8f3ae97bca200d2bcdf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""test min methods"""
__revision__ = None

class Aaaa(object):
    """yo"""
    def __init__(self):
        pass
    def meth1(self):
        """hehehe"""
        print self
    def _dontcount(self):
        """not public"""
        print self