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__/stringmatches.cpython-312.pyc
�

���e����ddlZddlmZmZddlmZddlmZddlm	Z	dZ
dZdZGd	�d
ee
�Zdee
ee
fde	e
fd
�Zy)�N)�Pattern�Union)�BaseMatcher)�Description)�Matcherz
Chris RosezCopyright 2011 hamcrest.orgzBSD, see License.txtc�4�eZdZdd�Zdeddfd�Zdedefd�Zy)	�StringMatchesPattern�returnNc��||_y�N��pattern)�selfrs  �E/usr/lib/python3/dist-packages/hamcrest/library/text/stringmatches.py�__init__zStringMatchesPattern.__init__s	������descriptionc��|jd�j|jj�jd�y)Nza string matching '�')�append_textr)rrs  r�describe_toz StringMatchesPattern.describe_tos3����� 5�6�B�B��L�L� � �	
�
�+�c�
r�itemc�<�|jj|�duSr)r�search)rrs  r�_matcheszStringMatchesPattern._matchess���|�|�"�"�4�(��4�4r)r
N)	�__name__�
__module__�__qualname__rrr�str�boolr�rrr	r	
s-����{��t��
5�S�5�T�5rr	rr
c�b�t|t�rtj|�}t	|�S)aKMatches if object is a string containing a match for a given regular
    expression.

    :param pattern: The regular expression to search for.

    This matcher first checks whether the evaluated object is a string. If so,
    it checks if the regular expression ``pattern`` matches anywhere within the
    evaluated object.

    )�
isinstancer�re�compiler	r
s r�matches_regexpr&s'���'�3���*�*�W�%����(�(r)r$�typingrr�hamcrest.core.base_matcherr�hamcrest.core.descriptionr�hamcrest.core.matcherr�
__author__�
__copyright__�__license__rr	r&r!rr�<module>r.sY��	�!�2�1�)�
�
�-�
�$��
5�;�s�+�
5�)�E�#�w�s�|�"3�4�)����)r