관리-도구
편집 파일: _diffcommand.cpython-38.pyc
U *�e! � @ s� d dl Z d dlZd dlZd dlZddlmZ dZe jded�Zej ddd d ddd � ej dddddd� ddd�Z dd� Ze�dej ejB �Ze�dej ejB �Zdd� Zdd� ZdS )� N� )�htmldiff� zR%prog [OPTIONS] FILE1 FILE2 %prog --annotate [OPTIONS] INFO1 FILE1 INFO2 FILE2 ...)�usage�descriptionz-oz--output�FILE�output�-zFile to write the difference to)�metavar�dest�default�helpz-az--annotation� store_true� annotationzDo an annotation)�actionr r c C s� | d krt jdd � } t�| �\}} |jr4t|| �S t| �dkrZtd� t�� t � d� | \}}t |�}t |�}t|�d }t|�\}}} t||�} || | } |j dkr�| �d�s�| d7 } t j�| � n"t|j d��}|�| � W 5 Q R X d S )Nr � zError: you must give two filesr � �wb)�sys�argv�parser� parse_argsr �annotate�len�print� print_help�exit� read_file� split_bodyr r �endswith�stdout�write�open)�args�optionsZfile1Zfile2Zinput1Zinput2Zbody1�preZbody2�post�result�f� r) �F/opt/hc_python/lib64/python3.8/site-packages/lxml/html/_diffcommand.py�main s, r+ c C sP | dkrt j�� }n8tj�| �s.td| ��nt| d��}|�� }W 5 Q R X |S )Nr zInput file %s does not exist�rb)r �stdin�read�os�path�exists�OSErrorr"