File manager - Edit - /usr/local/CyberPanel/lib/python3.10/site-packages/django/utils/__pycache__/safestring.cpython-310.pyc
Back
o �hT � @ s\ d Z ddlmZ ddlmZ G dd� d�ZG dd� dee�ZeZdd � Z ee�d d� �Z dS ) a8 Functions for working with "safe strings": strings that can be displayed safely without further escaping in HTML. Marking something as a "safe string" means that the producer of the string has already turned characters that should not be interpreted by the HTML engine (e.g. '<') into the appropriate entities. � ��wraps)� keep_lazyc @ s e Zd ZdZdd� ZdS )�SafeData� c C � | S )z� Return the html representation of a string for interoperability. This allows other template engines to understand Django's SafeData. r ��selfr r �M/usr/local/CyberPanel/lib/python3.10/site-packages/django/utils/safestring.py�__html__ s zSafeData.__html__N)�__name__� __module__�__qualname__� __slots__r r r r r r s r c s, e Zd ZdZdZ� fdd�Zdd� Z� ZS )� SafeStringzb A str subclass that has been specifically marked as "safe" for HTML output purposes. r c s"