HOME


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

���eB��`�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)�StringStartsWith�returnc�,��tt|�|�y)N)�superr�__init__)�self�	substring�	__class__s  ��H/usr/lib/python3/dist-packages/hamcrest/library/text/stringstartswith.pyrzStringStartsWith.__init__s���
���.�y�9��itemc�R�t|d�sy|j|j�S)N�
startswithF)rrr
)rrs  r�_matcheszStringStartsWith._matchess"����|�,�����t�~�~�.�.rc��y)Nz
starting with�)rs r�relationshipzStringStartsWith.relationships��r)rN)	�__name__�
__module__�__qualname__r�str�boolrr�
__classcell__)rs@rrr
s ���:�/�S�/�T�/�
rrr
rc��t|�S)a^Matches if object is a string starting 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 beginning characters of the evaluated
    object.

    Example::

        starts_with("foo")

    will match "foobar".

    )r)r
s r�starts_withrs�� �I�&�&rN)�hamcrest.core.helpers.hasmethodr�hamcrest.core.matcherr�&hamcrest.library.text.substringmatcherr�
__author__�
__copyright__�__license__rrrrrr�<module>r&sA��5�)�C�
�
�-�
�$��
�'�
�'�3�'�7�3�<�'r