ó
'![c           @   s›  d Z e ƒ  d  „  Z e ƒ  Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ e ƒ  Z e ƒ  Z e ƒ  Z e ƒ  Z	 g  Z
 e
 ƒ  Z	 i  Z e ƒ  Z	 d Z e ƒ  Z	 d Z e ƒ  Z	 d e f d „  ƒ  YZ d e f d	 „  ƒ  YZ e ƒ  Z e j d
 ƒ e j ƒ  d e f d „  ƒ  YZ e ƒ  Z e j d ƒ e j d ƒ e j ƒ  e j d ƒ e j ƒ  e j d ƒ e j ƒ  d d l Z d e j f d „  ƒ  YZ e ƒ  ƒ  d S(   c           C   s   d S(   Ni   (    (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   correct   s    t   Correctc           B   s   e  Z d  Z RS(   s   callable object(   t   __name__t
   __module__t   __doc__(    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR      s   t   MetaCorrectc           B   s   e  Z d  Z d „  Z RS(   s   callable objectc         C   s   |  S(   N(    (   t   self(    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   __call__   s    (   R   R   R   R   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR      s   i   t
   MyPropertyc           B   s   e  Z d  Z RS(   s    test subclasses (   R   R   R   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR   $   s   t   PropertyTestc           B   sY   e  Z d  Z d „  Z e d „  ƒ Z e j d „  ƒ Z e d „  ƒ Z e j d „  ƒ Z RS(   s    class c         C   s   d |  _  d  S(   Ni   (   t   attr(   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   __init__*   s    c         C   s   |  j  S(   s    Get the attribute (   R
   (   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   test-   s    c         C   s   | |  _  d S(   s    Set the attribute N(   R
   (   R   t   value(    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR   2   s    c         C   s   |  j  S(   s    Get the attribute (   R
   (   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   custom7   s    c         C   s   | |  _  d S(   s    Set the attribute N(   R
   (   R   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR   <   s    (	   R   R   R   R   t   propertyR   t   setterR   R   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR	   '   s   	i(   t   SafePropertyc           B   sq   e  Z e d  „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z e d „  ƒ Z	 RS(   c         C   s   t  S(   N(   t   staticmethod(   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   staticH   s    c         C   s   t  S(   N(   t   classmethod(   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   klassL   s    c         C   s   d „  S(   Nc           S   s   d  S(   N(   t   None(    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   <lambda>R   s    (    (   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt
   get_lambdaP   s    c         C   s   d „  } | S(   Nc         S   s   |  S(   N(    (   t   arg(    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   functionV   s    (    (   R   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   other_functionT   s    	c         C   s   t  S(   N(   t   dict(   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   dict_builtinZ   s    c         C   s   t  S(   N(   t   range(   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   range_builtin^   s    c         C   s   d t  f d „  ƒ  Y} | ƒ  S(   Nt   Emptyc           B   s   e  Z d  „  Z RS(   c         S   s   d S(   Ni*   (    (   R   (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR   e   s    (   R   R   R   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR    d   s   (   t   object(   R   R    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   instanceb   s    (
   R   R   R   R   R   R   R   R   R   R"   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR   G   s   i   i   iÿÿÿÿNt   UnknownBaseCallablec           B   s   e  Z RS(    (   R   R   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyR#   u   s   (    (    R   t   REVISIONR    R!   R   R   t   INSTANCEt   CALLABLE_INSTANCEt   CORRECTt	   INCORRECTt   LISTt   DICTt   TUPLEt   INTR   R   R	   t   PROPR   R   R   t   PROP1R   R   R   R   R   R   R"   t   missingt   BlahR#   (    (    (    sB   lib/python2.7/site-packages/pylint/test/functional/not_callable.pyt   <module>   sD   											
"	


