Current File : //opt/imh-python/lib/python2.7/test/test_transformer.pyo |
�
��Wc @ s� d d l Z d d l m Z e j d d e �d d l m Z m Z d d l m Z d e j f d � � YZ
d � Z e d
k r� e � n d S( i����N( t test_supportt compilert
deprecated( t transformert ast( t compilet Testsc B s e Z d � Z RS( c B s� d d d g } x� | D]� } e j | � } | j | e j � | j � d } | j | e j � | j � d } | j | e j � e | d d � } i } | | Uq Wd S( s. Test multiple targets on the left hand side. s a, b = 1, 2s
(a, b) = 1, 2s ((a, b), c) = (1, 2), 3i s <string>t singleN( R t parset assertIsInstanceR t Modulet
getChildNodest Stmtt AssignR ( t selft snippetst st at child1t child2t ct vals( ( sn /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_transformer.pyt testMultipleLHS s
( t __name__t
__module__R ( ( ( sn /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_transformer.pyR s c C s t j t � d S( N( R t run_unittestR ( ( ( sn /builddir/build/BUILDROOT/imh-python-2.7.12-1.el7.x86_64/opt/imh-python/lib/python2.7/test/test_transformer.pyt test_main"