ó
'![c           @   s   d  Z  d „  Z d „  Z d S(   s    Test for too many branches. c           C   s   z Wd Xx
 t  r q Wd S(   s    Has too many branches. N(   t   True(    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/too_many_branches.pyt   wrong   s    	c          C   s$   d „  }  |  ƒ  z Wd Xz Wd Xd S(   sT    Too many branches only if we take
    into consideration the nested functions.
    c           S   s   d S(   s    empty N(    (    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/too_many_branches.pyt   nested_1$   s    N(    (   R   (    (    sG   lib/python2.7/site-packages/pylint/test/functional/too_many_branches.pyt   good    s    	N(   t   __doc__R   R   (    (    (    sG   lib/python2.7/site-packages/pylint/test/functional/too_many_branches.pyt   <module>   s   	