ó
'![c           @   s  d  d l  m Z d Z d e f d     YZ d e f d     YZ d   Z d   Z d   Z e ro d	   Z n	 d
   Z y d   Z Wn e	 k
 rĄ d   Z n
 Xd   Z d   Z
 d   Z d   Z d   Z d   Z d  d l m Z d   Z d  d l Z d   Z d  d l Z d   Z d S(   iĸĸĸĸ(   t   divisiont    t   AAAAc           B   s2   e  Z d  Z d   Z d   Z d   Z d   Z RS(   t	   docstringc         C   s   d  S(   N(    (   t   self(    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   __init__   s    c         C   s   d S(   R   N(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   method1	   s    c         C   s   d S(   R   N(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   method2   s    c         C   s   d S(   R   N(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR      s    (   t   __name__t
   __module__t   __doc__R   R   R   (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR      s
   			c           B   s)   e  Z d  Z d   Z d   Z d   Z RS(   R   c         C   s   d  S(   N(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR      s    c         C   s   d S(   t   heheheN(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   yeah   s    c         C   s   d S(   t   yooN(    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR      s    (   R   R	   R
   R   R   R   (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR      s   		c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   func1   s    c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   func2   s    c          C   s
   d }  |  S(   R   i   (    (   t   __revision__(    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR       s    c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   exclusive_func&   s    c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   )   s    c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   exclusive_func2-   s    c           C   s   d S(   R   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   0   s    c           C   s   d S(   s)   this one redefine the one defined line 42N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   3   s    c          C   s   d   }  |  S(   R   c           S   s   d S(   s   callback docstringN(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   callback9   s    (    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   with_inner_function_17   s    	c          C   s   d   }  |  S(   R   c           S   s   d S(   s<   does not redefine callback returned by with_inner_function_1N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   @   s    (    (   R   (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   with_inner_function_2>   s    	c          C   s
   d }  |  S(   sZ   Don't emit if we defined a variable with the same name as a
    __future__ directive.
    i   (    (   R    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt	   some_funcE   s    c           C   s   d S(   s   First dummy functionN(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt
   dummy_funcL   s    c           C   s   d S(   sZ   Second dummy function, don't emit function-redefined message
    because of the dummy nameN(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   P   s    (   t   ceilc           C   s   d  S(   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyR   V   s    Nc           C   s   d  S(   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   mathZ   s    c           C   s   d  S(   N(    (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   _^   s    (   t
   __future__R    R   t   objectR   R   R   R   R   t	   TypeErrorR   R   R   R   R   R   R   (    (    (    sH   lib/python2.7/site-packages/pylint/test/functional/function_redefined.pyt   <module>   s2   												