ó
'![c           @  s6   d  Z  d d l m Z d Z d e f d „  ƒ  YZ d S(   s0   check for method without self as first argument
iÿÿÿÿ(   t   print_functioni    t   Abcdc           B  s)   e  Z d  Z d „  Z d „  Z d „  Z RS(   s   dummy classc         C  s   t  d ƒ d S(   s   method without selfi   N(   t   print(   t   truc(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_e0204.pyt   __init__
   s    c         C  s   t  |  ƒ d S(   s   another testN(   R   (   t   yoo(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_e0204.pyt   abdc   s    c         C  s   t  d |  ƒ d S(   s   just another methods
   yapudju inN(   R   (   t   self(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_e0204.pyt   edf   s    (   t   __name__t
   __module__t   __doc__R   R   R   (    (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_e0204.pyR      s   		N(   R   t
   __future__R    t   __revision__t   objectR   (    (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_e0204.pyt   <module>   s   