
'![c           @  s`   d  d l  m Z d   Z d e f d     YZ d e f d     YZ e e   e e     d S(   i(   t   print_functionc          K  s   t  |   d  S(   N(   t   print(   t   kwargs(    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyt   test   s    t   Metac           B  s   e  Z d    Z d   Z RS(   c         C  s
   t  |  S(   N(   t   ord(   t   selft   key(    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyt   __getitem__
   s    c         C  s   d d d g S(   Nt   at   bt   c(    (   R   (    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyt   keys   s    (   t   __name__t
   __module__R   R   (    (    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyR   	   s   	t	   SomeClassc           B  s   e  Z e Z RS(    (   R   R   R   t   __metaclass__(    (    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyR      s   N(   t
   __future__R    R   t   typeR   t   objectR   (    (    (    sI   lib/python2.7/site-packages/pylint/test/functional/mapping_context_py2.pyt   <module>   s
   	
