ó
'![c           @   sG   d  Z  d e f d „  ƒ  YZ d „  Z e e _ e d ƒ j d ƒ Z d S(   sK   Test that a function is considered a method when looked up through a class.t   Clazzc           B   s   e  Z d  Z d „  Z RS(   s
   test classc         C   s   | |  _  d  S(   N(   t   value(   t   selfR   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/monkeypatch_method.pyt   __init__   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/monkeypatch_method.pyR       s   c         C   s   |  j  | S(   s&   function that will be used as a method(   R   (   t   arg1t   arg2(    (    sH   lib/python2.7/site-packages/pylint/test/functional/monkeypatch_method.pyt   func
   s    i   i   N(   R   t   objectR    R	   t   methodt   VAR(    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/monkeypatch_method.pyt   <module>   s   		