Current File : //proc/self/root/lib/python3/dist-packages/twisted/web/__pycache__/_stan.cpython-312.pyc |
�
Ϫ�f�* � � � d Z ddlmZmZ ddlmZmZmZmZm Z ddl
mZ ddlZerddl
mZ ej ddd� � G d
� d� � Z ej dddd�� G d
� d� � ZdZ ej dddd�� G d� d� � Z ej dddd�� G d� d� � Z ej dddd�� G d� d� � Zy)aC
An s-expression-like syntax for expressing xml in pure python.
Stan tags allow you to build XML documents using Python.
Stan is a DOM, or Document Object Model, implemented using basic Python types
and functions called "flatteners". A flattener is a function that knows how to
turn an object of a specific type into something that is closer to an HTML
string. Stan differs from the W3C DOM by not being as cumbersome and heavy
weight. Since the object model is built using simple python types such as lists,
strings, and dictionaries, the API is simpler and constructing a DOM less
cumbersome.
@var voidElements: the names of HTML 'U{void
elements<http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#void-elements>}';
those which can't have contents and can therefore be self-closing in the
output.
� )�iscoroutine�isgenerator)�
TYPE_CHECKING�Dict�List�Optional�Union)�warnN)�FlattenableFT)�hash�eq�auto_attribsc � � e Zd ZU dZeed<