HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/hamcrest/core/__pycache__/description.cpython-310.pyc
o

(]^	�@s2ddlmZmZmZdZdZdZGdd�d�ZdS)�)�Any�Iterable�SequencezJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc
@sVeZdZdZdeddfdd�Zdeddfdd�Zd	ed
ededeeddf
d
d�Z	dS)�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.

    �text�returncC�td��)z_Appends some plain text to the description.

        :returns: ``self``, for chaining

        �append_text��NotImplementedError)�selfr�r
�;/usr/lib/python3/dist-packages/hamcrest/core/description.pyr	szDescription.append_text�valuecCr)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_ofr
)rrr
r
rrs
z!Description.append_description_of�start�	separator�end�listcCr)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_listr
)rrrrrr
r
rr$szDescription.append_listN)
�__name__�
__module__�__qualname__�__doc__�strr	rrrrr
r
r
rrs�����rN)�typingrrr�
__author__�
__copyright__�__license__rr
r
r
r�<module>s