ó
'![c           @  sG   d  Z  d d l m Z d a a a a d „  Z d „  Z	 d „  Z
 d S(   s   test unused variable
iÿÿÿÿ(   t   print_functionc         C  s5   d } d } x" |  D] } | d 7} t  | ƒ q Wd S(   s   "yoi   iÿÿÿÿN(   t   print(   t   matchest   aaaat   indext   match(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0612.pyt   function   s
    
c         C  sQ   d } | j  r1 t | j  ƒ d k r1 | d 7} n  |  j | ƒ |  j | 7_ d S(   s   increments the branches counteri   N(   t   orelset   lent
   inc_brancht   stmts(   t   selft   nodet   branches(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0612.pyt   visit_if   s
    c          C  st   d d l  m a d d l  a d d l a d d l m a d d l m }  d d l m } d d l	 } d d l
 } d S(   sG    Test various assignments of global
    variables through imports.
    iÿÿÿÿ(   t   pathN(   t   deque(   t   platform(   t   version(   t   osR   t   PATHt   OSt   collectionsR   t   sysR   R   t   thist   re(   R   t   VERSIONR   t   RE(    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0612.pyt   test_global   s    N(   t   __doc__t
   __future__R    t   NoneR   R   R   R   R   R   R   (    (    (    s;   lib/python2.7/site-packages/pylint/test/input/func_w0612.pyt   <module>   s
   			