ó
'![c           @   s<   d  Z  d Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d S(   s"   check for methods first arguments
i    t   Objc           B   s;   e  Z d  „  Z d „  Z e e ƒ Z d „  Z e e ƒ Z RS(   c         C   s   d  S(   N(    (   t	   something(    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   __new__
   s    c         C   s   d  S(   N(    (   t   cls(    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   class1   s    c         C   s   d  S(   N(    (   t   other(    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   class2   s    (   t   __name__t
   __module__R   R   t   classmethodR   (    (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyR       s
   			t   Metac           B   sM   e  Z d  „  Z d „  Z d „  Z d „  Z e e ƒ Z d „  Z e e ƒ Z RS(   c         C   s   d  S(   N(    (   R   t   namet   basest   dct(    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyR      s    c         C   s   d  S(   N(    (   R   (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   method1   s    c         C   s   d  S(   N(    (   R   (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   method2    s    c         C   s   d  S(   N(    (   t   mcs(    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyR   $   s    c         C   s   d  S(   N(    (   R   (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyR   (   s    (   R   R   R   R   R   R   R	   R   (    (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyR
      s   					N(   t   __doc__t   __revision__t   objectR    t   typeR
   (    (    (    s?   lib/python2.7/site-packages/pylint/test/input/func_first_arg.pyt   <module>   s   