HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/root/usr/lib/python3/dist-packages/hamcrest/core/__pycache__/description.cpython-38.pyc
U

�b�V��@s dZdZdZGdd�de�ZdS)zJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�Descriptionz�A description of a :py:class:`~hamcrest.core.matcher.Matcher`.

    A :py:class:`~hamcrest.core.matcher.Matcher` will describe itself to a
    description which can later be used for reporting.

    cCstd��dS)z_Appends some plain text to the description.

        :returns: ``self``, for chaining

        �append_textN��NotImplementedError)�self�text�r�;/usr/lib/python3/dist-packages/hamcrest/core/description.pyrszDescription.append_textcCstd��dS)z�Appends description of given value to this description.

        If the value implements
        :py:meth:`~hamcrest.core.selfdescribing.SelfDescribing.describe_to`,
        then it will be used.

        :returns: ``self``, for chaining

        �append_description_ofNr�r�valuerrrr	s
z!Description.append_description_ofcCstd��dS)z�Appends an arbitary value to the description.

        **Deprecated:** Call
        :py:meth:`~hamcrest.core.description.Description.append_description_of`
        instead.

        :returns: ``self``, for chaining

        �append_valueNrr
rrrr"s
zDescription.append_valuecCstd��dS)azAppends a list of objects to the description.

        :param start: String that will begin the list description.
        :param separator: String that will separate each object in the
            description.
        :param end: String that will end the list description.
        :param list: List of objects to be described.

        :returns: ``self``, for chaining

        �append_listNr)r�startZ	separator�end�listrrrr
.szDescription.append_listN)�__name__�
__module__�__qualname__�__doc__rr	rr
rrrrrs
rN)�
__author__Z
__copyright__Z__license__�objectrrrrr�<module>s