File: //lib/python3/dist-packages/hamcrest/core/__pycache__/selfdescribing.cpython-38.pyc
U
�b�V> � @ s d Z dZdZG dd� de�ZdS )zJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc @ s e Zd ZdZdd� ZdS )�SelfDescribingz,The ability of an object to describe itself.c C s t d��dS )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_toN)�NotImplementedError)�selfZdescription� r �>/usr/lib/python3/dist-packages/hamcrest/core/selfdescribing.pyr s zSelfDescribing.describe_toN)�__name__�
__module__�__qualname__�__doc__r r r r r r s r N)�
__author__Z
__copyright__Z__license__�objectr r r r r �<module> s