o
    (]^~  ã                   @   s*   d dl mZ dZdZdZG dd„ dƒZdS )é    )ÚDescriptionzJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc                   @   s"   e Zd ZdZdeddfdd„ZdS )ÚSelfDescribingz,The ability of an object to describe itself.ÚdescriptionÚreturnNc                 C   s   t dƒ‚)a  Generates a description of the object.

        The description may be part of a description of a larger object of
        which this is just a component, so it should be worded appropriately.

        :param description: The description to be built or appended to.

        Údescribe_to)ÚNotImplementedError)Úselfr   © r	   ú>/usr/lib/python3/dist-packages/hamcrest/core/selfdescribing.pyr      s   	zSelfDescribing.describe_to)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r	   r	   r	   r
   r      s    r   N)Zhamcrest.core.descriptionr   Ú
__author__Z__copyright__Z__license__r   r	   r	   r	   r
   Ú<module>   s
    