ó
î%![c           @  sÎ   d  d l  m Z m Z y
 e Z Wn e k
 r< d „  Z n Xd „  Z d  d l Z e j d e ƒ \ Z	 Z
 Z e j d e	 e
 e ƒ Z d e j f d „  ƒ  YZ d	 e f d
 „  ƒ  YZ d e f d „  ƒ  YZ d S(   iÿÿÿÿ(   t
   generatorst   print_functionc         c  s0   d } x# |  D] } | | f V| d 7} q Wd S(   s+   emulates the python2.3 enumerate() functioni    i   N(    (   t   iterablet   it   val(    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt	   enumerate   s    c         C  s.   x' |  D] \ } } t  | j d ƒ ƒ q Wd  S(   Nt   yo(   t   printt   get(   t   valuet   kt   v(    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt   toto   s    Nt   optparset   std_optparset   OptionParserc           B  s   e  Z d d e d  „ Z RS(   c         C  s&   | r	 n d d  l  } | j |  ƒ d  S(   Niÿÿÿÿ(   t   optcompt
   completion(   t   selft   argst   valuest   real_optparseR   (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt
   parse_args   s    N(   t   __name__t
   __module__t   Nonet   FalseR   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyR      s   t   Aaac           B  s)   e  Z d  Z d „  Z d „  Z d „  Z RS(   t	   docstringc         C  s   |  j  d d ƒ d  S(   Nt   at   b(   t   __setattr__(   R   (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt   __init__$   s    c         C  s   d S(   R   N(    (   R   (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt
   one_public(   s    c         C  s   d S(   R   N(    (   R   (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt   another_public,   s    (   R   R   t   __doc__R    R!   R"   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyR   "   s   		t   Cccc           B  s:   e  Z d  Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ RS(   R   t   Dddc           B  s   e  Z d  Z RS(   R   (   R   R   R#   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyR%   3   s   t   Eeec           B  s   e  Z d  Z RS(   R   (   R   R   R#   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyR&   7   s   (   R   R   R#   R   R%   R&   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyR$   0   s   (   t
   __future__R    R   R   t	   NameErrorR   t   impt   find_moduleR   t   fpt   mpatht   desct   load_modulet   s_optR   t   objectR   R$   (    (    (    sJ   lib/python2.7/site-packages/astroid/tests/testdata/python2/data/nonregr.pyt   <module>   s   
	