← Back
Editing: sux.cpython-38.pyc
U W[�Q � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZ dZ dZ dZdZed Z d d� Zdd � Zdd� Zdd� Zdd� ZG dd� de�ZG dd� de�ZdS )a� *S*mall, *U*ncomplicated *X*ML. This is a very simple implementation of XML/HTML as a network protocol. It is not at all clever. Its main features are that it does not: - support namespaces - mung mnemonic entity references - validate - perform *any* external actions (such as fetching URLs or writing files) under *any* circumstances - has lots and lots of horrible hacks for supporting broken HTML (as an option, they're not on by default). � )�print_function)�Protocol)�unicode)�prefixedMethodNames� � z.-_:z;+#/%~c O s dS )zDo nothing.N� )�args�kwr r �1/usr/lib/python3/dist-packages/twisted/web/sux.py�nop'