ó
'![c           @   s¯   d  Z  d Z e e d k e j ƒ  g  e D] Z e ^ q+ e j ƒ  e ƒ  oT e ƒ  d „  Z e ƒ  Z e e ƒ  k e ƒ  p„ e ƒ  e ƒ  j d Z	 d e
 f d „  ƒ  YZ d S(   s$   Test for statements without effects.t    i   c           C   s   d S(   s	   return 42t   42(    (    (    (    sN   lib/python2.7/site-packages/pylint/test/functional/statement_without_effect.pyt   to_be   s    i*   t   ClassLevelAttributeTestc           B   s,   e  Z d  Z d Z d Z d „  Z d „  Z RS(   s    test attribute docstrings. i   i*   c         C   sC   d |  _  d } d } x t d ƒ D] } | | 7} q" W| |  _ d  S(   Ni*   i   i    (   t   attrt   ranget   val(   t   selfR   R   (    (    sN   lib/python2.7/site-packages/pylint/test/functional/statement_without_effect.pyt   __init__1   s    	c         C   s   d |  _  d S(   s$    invalid attribute docstrings here. i*   N(   R   (   R   (    (    sN   lib/python2.7/site-packages/pylint/test/functional/statement_without_effect.pyt   test=   s    	(   t   __name__t
   __module__t   __doc__t   good_attribute_docstringt   second_good_attribute_docstringR   R	   (    (    (    sN   lib/python2.7/site-packages/pylint/test/functional/statement_without_effect.pyR   &   s
   	N(   R   t   __revision__t   lowert   it   listt   tupleR   t   ANSWERt   titlet   GOOD_ATTRIBUTE_DOCSTRINGt   objectR   (    (    (    sN   lib/python2.7/site-packages/pylint/test/functional/statement_without_effect.pyt   <module>   s   


		
