OwlCyberSecurity - MANAGER
Edit File: safestring.cpython-39.pyc
a kH�fT � @ 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 | S )z� Return the html representation of a string for interoperability. This allows other template engines to understand Django's SafeData. r ��selfr r �Y/home/gouroczh/virtualenv/test/3.9/lib/python3.9/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"