File: //lib/python3/dist-packages/hamcrest/core/core/__pycache__/isanything.cpython-38.pyc
U
�b�V � @ s6 d dl mZ dZdZdZG dd� de�Zd
dd �ZdS )� )�BaseMatcherzJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txtc @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�
IsAnythingc C s || _ |sd| _ d S )NZANYTHING��description��selfr � r �?/usr/lib/python3/dist-packages/hamcrest/core/core/isanything.py�__init__
s zIsAnything.__init__c C s dS )NTr )r �itemr r r �_matches s zIsAnything._matchesc C s |� | j� d S )N)Zappend_textr r r r r �describe_to s zIsAnything.describe_toN)�__name__�
__module__�__qualname__r
r r
r r r r r s r Nc C s t | �S )z�Matches anything.
:param description: Optional string used to describe this matcher.
This matcher always evaluates to ``True``. Specify this in composite
matchers when the value of a particular element is unimportant.
)r r r r r �anything s r )N)Zhamcrest.core.base_matcherr �
__author__Z
__copyright__Z__license__r r r r r r �<module> s