
'![c           @   sM   d  Z  d   Z e d d  e d d d i  e d d d i d d 6d S(   s~   Check that a keyword is not repeated in a function call

This is somehow related to redundant-keyword, but it's not the same.
c         C   s
   |  | f S(   N(    (   t   at   b(    (    sF   lib/python2.7/site-packages/pylint/test/functional/repeated_keyword.pyt   test   s    i   i   R   N(   t   __doc__R   (    (    (    sF   lib/python2.7/site-packages/pylint/test/functional/repeated_keyword.pyt   <module>   s   	