0x1949 Team - FAZEMRX - MANAGER
Edit File: string_description.cpython-310.pyc
o (]^� � @ sJ d dl mZ ddlmZ dZdZdZdedefd d �ZG dd� de�Z d S )� )�SelfDescribing� )�BaseDescriptionzJon ReidzCopyright 2011 hamcrest.orgzBSD, see License.txt�selfdescribing�returnc C s t t� �| ��S )z�Returns the description of a :py:class:`~hamcrest.core.selfdescribing.SelfDescribing` object as a string. :param selfdescribing: The object to be described. :returns: The description of the object. )�str�StringDescription�append_description_of)r � r �B/usr/lib/python3/dist-packages/hamcrest/core/string_description.py�tostring s r c @ s: e Zd ZdZddd�Zdefdd�Zdeddfd d �ZdS )r zZA :py:class:`~hamcrest.core.description.Description` that is stored as a string. r Nc C s d| _ d S )N� ��out��selfr r r �__init__ s zStringDescription.__init__c C s | j S )zReturns the description.r r r r r �__str__ s zStringDescription.__str__�stringc C s | j t|�7 _ d S )N)r r )r r r r r �append"