ó
ŰłY]c           @` s   d  d l  m Z m Z m Z d  d l m Z m Z d  d l m Z d   Z	 d e j
 f d     YZ e d k r} e j   n  d S(	   i    (   t   print_functiont   divisiont   absolute_import(   t   compilert   float32(   t   unittest_supportc          C` s
   d }  |  S(   Ni{   (    (   t   x(    (    s6   lib/python2.7/site-packages/numba/tests/test_locals.pyt   foo   s    t
   TestLocalsc           B` s   e  Z d    Z RS(   c         C` s9   t  j t d d i t d 6} |  j | j j t  d  S(   Nt   localsR   (    (   R   t   compile_isolatedR   R   t   assertEqualt	   signaturet   return_type(   t   selft   cres(    (    s6   lib/python2.7/site-packages/numba/tests/test_locals.pyt   test_seed_types   s    (   t   __name__t
   __module__R   (    (    (    s6   lib/python2.7/site-packages/numba/tests/test_locals.pyR      s   t   __main__N(   t
   __future__R    R   R   t   numbaR   R   R   t   unittestR   t   TestCaseR   R   t   main(    (    (    s6   lib/python2.7/site-packages/numba/tests/test_locals.pyt   <module>   s   	