HOME


Mini Shell 1.0
DIR: /lib/python3/dist-packages/hamcrest/library/text/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/hamcrest/library/text/__pycache__/stringendswith.cpython-312.pyc
�

���e'��`�ddlmZddlmZddlmZdZdZdZGd�de�Z	d	e
d
ee
fd�Zy)
�)�	hasmethod)�Matcher)�SubstringMatcherzJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc�6��eZdZd�fd�Zdedefd�Zd�Z�xZS)�StringEndsWith�returnc�,��tt|�|�y)N)�superr�__init__)�self�	substring�	__class__s  ��F/usr/lib/python3/dist-packages/hamcrest/library/text/stringendswith.pyrzStringEndsWith.__init__s���
�n�d�,�Y�7��itemc�R�t|d�sy|j|j�S)N�endswithF)rrr
)rrs  r�_matcheszStringEndsWith._matchess"����z�*���}�}�T�^�^�,�,rc��y)Nzending with�)rs r�relationshipzStringEndsWith.relationships��r)rN)	�__name__�
__module__�__qualname__r�str�boolrr�
__classcell__)rs@rrr
s ���8�-�S�-�T�-�
rr�stringrc��t|�S)aWMatches if object is a string ending with a given string.

    :param string: The string to search for.

    This matcher first checks whether the evaluated object is a string. If so,
    it checks if ``string`` matches the ending characters of the evaluated
    object.

    Example::

        ends_with("bar")

    will match "foobar".

    )r)rs r�	ends_withr s�� �&�!�!rN)�hamcrest.core.helpers.hasmethodr�hamcrest.core.matcherr�&hamcrest.library.text.substringmatcherr�
__author__�
__copyright__�__license__rrr rrr�<module>r'sA��5�)�C�
�
�-�
�$��
�%�
�"�c�"�g�c�l�"r