관리-도구
편집 파일: etree_lxml.cpython-36.pyc
3 �PfQ7 � @ s� d Z ddlmZmZmZ ddlZddlZddlZddlm Z ddl mZ ddlm Z dd lmZ dd lmZ ddljZdZejd�Zejd �jZG dd� de�ZG dd� de�Zdd� Zdd� ZG dd� de j�ZdS )a� Module for supporting the lxml.etree library. The idea here is to use as much of the native library as possible, without using fragile hacks like custom element names that break between releases. The downside of this is that we cannot represent all possible trees; specifically the following are known to cause problems: Text or comments as siblings of the root element Docypes with no name When any of these things occur, we emit a DataLossWarning � )�absolute_import�division�unicode_literalsN� )�base� )�DataLossWarning)� constants)�etree)� _ihatexmlTz {([^}]*)}(.*)Zasdc @ s e Zd Zdd� ZdS )�DocumentTypec C s || _ || _|| _d S )N)�name�publicId�systemId)�selfr r r � r � /usr/lib/python3.6/etree_lxml.py�__init__# s zDocumentType.__init__N)�__name__� __module__�__qualname__r r r r r r "