ó
'![c           @   sL   d  Z  d d l m Z m Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ d S(   s$    docstring for file clientmodule.py iÿÿÿÿ(   t	   Interfacet	   DoNothingt   Ancestorc           B   s;   e  Z d  Z e f Z e ƒ  Z d „  Z d „  Z d „  Z	 RS(   s    Ancestor method c         C   s   d } d |  _  | |  _ d  S(   Ni    s&   this method shouldn't have a docstring(   t   attrt   _Ancestor__value(   t   selft   valuet   local_variable(    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyt   __init__	   s    	c         C   s   |  j  S(   s    nice docstring ;-) (   R   (   R   (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyt	   get_value   s    c         C   s   | |  _  d S(   Ns&   this method shouldn't have a docstring(   R   (   R   R   (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyt	   set_value   s    	(
   t   __name__t
   __module__t   __doc__R    t   __implements__R   t
   cls_memberR   R	   R
   (    (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyR      s   				t   Specializationc           B   s   e  Z d  Z d Z d „  Z RS(   s   final classt   classc         C   s)   t  j |  | ƒ | |  _ t ƒ  |  _ d  S(   N(   R   R   t   _idR   t   relation(   R   R   R   (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyR      s    	(   R   R   t   TYPEt   topR   (    (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyR      s   N(   R   t   data.suppliermodule_testR    R   t   objectR   R   (    (    (    sA   lib/python2.7/site-packages/pylint/test/data/clientmodule_test.pyt   <module>   s   