ó
'![c           @   s&   d  Z  d Z d e f d „  ƒ  YZ d S(   t   dst	   SomeClassc           B   s/   e  Z d  Z e Z d „  Z d „  Z d „  Z RS(   t   cdsc         C   s   d S(   s   only to make pylint happierN(    (   t   self(    (    sG   lib/python2.7/site-packages/pylint/test/regrtest_data/classdoc_usage.pyt   __init__	   s    c         C   s   d S(   s   public method 1/2N(    (   R   (    (    sG   lib/python2.7/site-packages/pylint/test/regrtest_data/classdoc_usage.pyt   please   s    c         C   s   d S(   s   public method 2/2N(    (   R   (    (    sG   lib/python2.7/site-packages/pylint/test/regrtest_data/classdoc_usage.pyt   besilent   s    (   t   __name__t
   __module__t   __doc__t   docR   R   R   (    (    (    sG   lib/python2.7/site-packages/pylint/test/regrtest_data/classdoc_usage.pyR      s
   		N(   R	   t   Nonet   __revision__t   objectR   (    (    (    sG   lib/python2.7/site-packages/pylint/test/regrtest_data/classdoc_usage.pyt   <module>   s   