관리-도구
편집 파일: diff.cpython-39.pyc
a ������aYw����������������������@���s���d�dl�mZ�d�dlZd�dlmZ�d�dlmZ�d�dlZddgZzd�dl m Z�W�n�eyj���d�dl m Z�Y�n0�zeZW�n�ey����eZY�n0�ze�W�n�ey����eZY�n0�dd ��Zefd d�Zdd��Zd d��Zdd��Zdd��Zdd��Zdd��Zdd��Zdd��Zdidd�Zdd��ZG�dd ��d �ZG�d!d"��d"�Z G�d#d$��d$e!�Z"d%d&��Z#d'd(��Z$d)d*��Z%d+d,��Z&d-d.��Z'd/d0��Z(G�d1d2��d2e�Z)G�d3d4��d4e)�Z*G�d5d6��d6e)�Z+djd8d9�Z,dkd:d;�Z-e�.d<ej/ej0B��Z1e�.d=ej/ej0B��Z2e�.d>ej/ej0B��Z3d?d@��Z4e�.dA�Z5dBdC��Z6dDdE��Z7dFZ8dGZ9dHZ:dldIdJ�Z;e�.dKej<�Z=dLdM��Z>e�.dN�Z?dOdP��Z@dQdR��ZAdSdT��ZBdUdV��ZCdWdX��ZDdYdZ��ZEdmd[d\�ZFd]d^��ZGd_d`��ZHdadb��ZIdcdd��ZJG�dedf��dfejK�ZLeMdgk�r�d�dhlmNZN�eN�O���dS�)n�����)�absolute_importN)�etree)�fragment_fromstring� html_annotate�htmldiff)�escapec�����������������C���s���dt�t|�d�|�f�S�)Nz<span title="%s">%s</span>����)�html_escape�_unicode)�text�version��r ����4/usr/lib64/python3.9/site-packages/lxml/html/diff.py�default_markup���s�����r���c�����������������C���sV���dd��|�D��}|d�}|dd��D�]}t�||��|}q"t|�}t||�}d�|����S�)a�� doclist should be ordered from oldest to newest, like:: >>> version1 = 'Hello World' >>> version2 = 'Goodbye World' >>> print(html_annotate([(version1, 'version 1'), ... (version2, 'version 2')])) <span title="version 2">Goodbye</span> <span title="version 1">World</span> The documents must be *fragments* (str/UTF8 or unicode), not complete documents The markup argument is a function to markup the spans of words. This function is called like markup('Hello', 'version 2'), and returns HTML. The first argument is text and never includes any markup. The default uses a span with a title: >>> print(default_markup('Some Text', 'by Joe')) <span title="by Joe">Some Text</span> c�����������������S���s���g�|�]\}}t�||��qS�r ���)�tokenize_annotated)�.0�docr���r ���r ���r���� <listcomp>=���s����z!html_annotate.<locals>.<listcomp>r���r���N��)�html_annotate_merge_annotations�compress_tokens�markup_serialize_tokens�join�strip)ZdoclistZmarkupZ tokenlistZ cur_tokens�tokens�resultr ���r ���r���r���#���s����� c�����������������C���s ���t�|�dd�}|D�] }||_q|S�)zFTokenize a document and add an annotation attribute to each token F�� include_hrefs)�tokenize� annotation)r���r���r����tokr ���r ���r���r���K���s����r���c�����������������C���sV���t�|�|d�}|���}|D�]8\}}}}}|dkr|�||��} |||��} t| | ��qdS�)z�Merge the annotations from tokens_old into tokens_new, when the tokens in the new document already existed in the old document. ��a�b�equalN)�InsensitiveSequenceMatcher�get_opcodes�copy_annotations)Z tokens_oldZ tokens_new�s�commands�command�i1�i2�j1�j2Zeq_oldZeq_newr ���r ���r���r���S���s����r���c�����������������C���s4���t�|��t�|�ksJ��t|�|�D�]\}}|j|_qdS�)zN Copy annotations from the tokens listed in src to the tokens in dest N)�len�zipr���)�src�destZsrc_tokZdest_tokr ���r ���r���r'���`���s����r'���c�����������������C���sV���|�d�g}|�dd��D�]:}|d�j�sF|jsF|d�j|jkrFt||��q|�|��q|S�)zm Combine adjacent tokens when there is no HTML between the tokens, and they share an annotation r���r���N���)� post_tags�pre_tagsr����compress_merge_back�append)r���r���r ���r ���r ���r���r���h���s���� ��r���c�����������������C���sv���|�d�}t�|�tus t�|�tur,|��|��nFt|�}|jrD||j7�}||7�}t||j|j|jd�}|j|_||�d<�dS�)zY Merge tok into the last element of tokens (modifying the list of tokens in-place). r3����r5���r4����trailing_whitespaceN)�type�tokenr7���r ���r9���r5���r4���r���)r���r ���Zlastr���Zmergedr ���r ���r���r6���w���s���� �r6���c�����������������c���s\���|�D�]R}|j�D�] }|V��q|���}|||j�}|jr>||j7�}|V��|jD�] }|V��qJqdS�)zz Serialize the list of tokens into a list of text chunks, calling markup_func around text to add annotations. N)r5����htmlr���r9���r4���)r���Zmarkup_funcr;����prer<����postr ���r ���r���r�������s���� r���c�����������������C���s0���t�|��}t�|�}t||�}d�|����}t|�S�)a��� Do a diff of the old and new document. The documents are HTML *fragments* (str/UTF8 or unicode), they are not complete documents (i.e., no <html> tag). Returns HTML with <ins> and <del> tags added around the appropriate text. Markup is generally ignored, with the markup from new_html preserved, and possibly some markup from old_html (though it is considered acceptable to lose some of the old markup). Only the words in the HTML are diffed. The exception is <img> tags, which are treated like words, and the href attribute of <a> tags, which are noted inside the tag itself when there are changes. r���)r����htmldiff_tokensr���r����fixup_ins_del_tags)Zold_htmlZnew_htmlZold_html_tokensZnew_html_tokensr���r ���r ���r���r�������s ���� c�����������������C���s����t�|�|d�}|���}g�}|D�]�\}}}}} |dkrN|�t||| ��dd���q|dks^|dkrxt||| ���} t| |��|dks�|dkrt|�||���}t||��qt|�}|S�)z] Does a diff on the tokens themselves, returning a list of text chunks (not tokens). r!���r$���T)r$����insert�replace�delete)r%���r&����extend� expand_tokens�merge_insert�merge_delete�cleanup_delete)Zhtml1_tokensZhtml2_tokensr(���r)���r���r*���r+���r,���r-���r.���Z ins_tokensZ del_tokensr ���r ���r���r?�������s���� r?���Fc�����������������c���s^���|�D�]T}|j�D�] }|V��q|r$|jsF|jr<|���|j�V��n |���V��|jD�] }|V��qLqdS�)zeGiven a list of tokens, return a generator of the chunks of text for the data in the tokens. N)r5����hide_when_equalr9���r<���r4���)r���r$���r;���r=���r>���r ���r ���r���rE�������s���� rE���c�����������������C���s����t�|��\}}}|�|��|r:|d��d�s:|d��d7��<�|�d��|rj|d��d�rj|d�dd��|d<�|�|��|�d��|�|��dS�)z| doc is the already-handled document (as a list of text chunks); here we add <ins>ins_chunks</ins> to the end of that. r3���� z<ins>Nz</ins> )�split_unbalancedrD����endswithr7���)Z ins_chunksr����unbalanced_start�balanced�unbalanced_endr ���r ���r���rF�������s���� rF���c�������������������@���s���e�Zd�ZdS�)� DEL_STARTN��__name__� __module__�__qualname__r ���r ���r ���r���rP�����s���rP���c�������������������@���s���e�Zd�ZdS�)�DEL_ENDNrQ���r ���r ���r ���r���rU�����s���rU���c�������������������@���s���e�Zd�ZdZdS�)� NoDeleteszY Raised when the document no longer contains any pending deletes (DEL_START/DEL_END) N)rR���rS���rT����__doc__r ���r ���r ���r���rV�����s���rV���c�����������������C���s"���|��t��|�|���|��t��dS�)z� Adds the text chunks in del_chunks to the document doc (another list of text chunks) with marker to show it is a delete. cleanup_delete later resolves these markers into <del> tags.N)r7���rP���rD���rU���)Z del_chunksr���r ���r ���r���rG��� ��s���� rG���c�����������������C���s����zt�|��\}}}W�n�ty(���Y�q�Y�n0�t|�\}}}t|||��t|||��|}|rv|d��d�sv|d��d7��<�|�d��|r�|d��d�r�|d�dd��|d<�|�|��|�d��|�|��|}�q�|�S�)a��� Cleans up any DEL_START/DEL_END markers in the document, replacing them with <del></del>. To do this while keeping the document valid, it may need to drop some tags (either start or end tags). It may also move the del into adjacent tags to try to move it to a similar location where it was originally located (e.g., moving a delete into preceding <div> tag, if the del looks like (DEL_START, 'Text</div>', DEL_END)r3���rJ���z<del>Nz</del> )�split_deleterV���rK����locate_unbalanced_start�locate_unbalanced_endrL���r7���rD���)�chunks� pre_deleterC����post_deleterM���rN���rO���r���r ���r ���r���rH�����s$���� rH���c����������� ������C���s��g�}g�}g�}g�}|�D�]�}|��d�s.|�|��q|d�dk}|���d��d�}|tv�r`|�|��q|r�|r�|d�d�|kr�|�|��|���\}}} | ||<�q�|r�|�dd��|D����g�}|�|��q�|�|��q|�|t|�|f��|�d ��q|�d d��|D����dd��|D��}|||fS�)a]��Return (unbalanced_start, balanced, unbalanced_end), where each is a list of text and tag chunks. unbalanced_start is a list of all the tags that are opened, but not closed in this span. Similarly, unbalanced_end is a list of tags that are closed but were not opened. Extracting these might mean some reordering of the chunks.�<r����/r����<>/r3���c�����������������S���s���g�|�]\}}}|�qS�r ���r ���)r����name�pos�tagr ���r ���r���r���T�������z$split_unbalanced.<locals>.<listcomp>Nc�����������������S���s���g�|�]\}}}|�qS�r ���r ���)r���ra���rb����chunkr ���r ���r���r���]��rd���c�����������������S���s���g�|�]}|d�ur|�qS��Nr ���)r���re���r ���r ���r���r���^��rd���)� startswithr7����splitr���� empty_tags�poprD���r/���) r[����start�endZ tag_stackrN���re���Zendtagra���rb���rc���r ���r ���r���rK���9��s<���� �rK���c�����������������C���sZ���z|���t�}W�n�ty$���t�Y�n0�|���t�}|�d|��|�|d�|��|�|d�d��fS�)z� Returns (stuff_before_DEL_START, stuff_inside_DEL_START_END, stuff_after_DEL_END). Returns the first case found (there may be more DEL_STARTs in stuff_after_DEL_END). Raises NoDeletes if there's no DEL_START found. Nr���)�indexrP���� ValueErrorrV���rU���)r[���rb���Zpos2r ���r ���r���rX���a��s���� rX���c�����������������C���s����|�sq�|�d�}|����d��d�}|s&q�|d�}|tu�s�|�d�sBq�|d�dkrPq�|����d��d�}|dkrlq�|dks�J�d|���||kr�|��d��|�|�d���q�q�q�d S�) a��� pre_delete and post_delete implicitly point to a place in the document (where the two were split). This moves that point (by popping items from one and pushing them onto the other). It moves the point to try to find a place where unbalanced_start applies. As an example:: >>> unbalanced_start = ['<div>'] >>> doc = ['<p>', 'Text', '</p>', '<div>', 'More Text', '</div>'] >>> pre, post = doc[:3], doc[3:] >>> pre, post (['<p>', 'Text', '</p>'], ['<div>', 'More Text', '</div>']) >>> locate_unbalanced_start(unbalanced_start, pre, post) >>> pre, post (['<p>', 'Text', '</p>', '<div>'], ['More Text', '</div>']) As you can see, we moved the point so that the dangling <div> that we found will be effectively replaced by the div in the original document. If this doesn't work out, we just throw away unbalanced_start without doing anything. r���z<>r^���r���r_����ins�delzUnexpected delete tag: %rN)rh���r���rP���rg���rj���r7���)rM���r\���r]����finding�finding_name�nextra���r ���r ���r���rY���m��s*���� � rY���c�����������������C���s����|�sq�|�d�}|����d��d�}|s&q�|d�}|tu�s�|�d�sBq�|����d��d�}|dks�|dkrfq�||kr�|�����|�d|�����q�q�q�dS�)zt like locate_unbalanced_start, except handling end tags and possibly moving the point earlier in the document. r3���r���r`����</ro���rp���N)rh���r���rU���rg���rj���rA���)rO���r\���r]���rq���rr���rs���ra���r ���r ���r���rZ������s ����rZ���c�������������������@���s.���e�Zd�ZdZdZddd�Zdd��Zd d ��ZdS�)r;���a8�� Represents a diffable token, generally a word that is displayed to the user. Opening tags are attached to this token when they are adjacent (pre_tags) and closing tags that follow the word (post_tags). Some exceptions occur when there are empty tags adjacent to a word, so there may be close tags in pre_tags, or open tags in post_tags. We also keep track of whether the word was originally followed by whitespace, even though we do not want to treat the word as equivalent to a similar word that does not have a trailing space.FNr���c�����������������C���sB���t��|�|�}|d�ur||_ng�|_|d�ur2||_ng�|_||_|S�rf���)r ����__new__r5���r4���r9���)�clsr���r5���r4���r9����objr ���r ���r���ru������s����z token.__new__c�����������������C���s���dt��|��|�j|�j|�jf�S�)Nztoken(%s, %r, %r, %r))r ����__repr__r5���r4���r9�����selfr ���r ���r���rx������s�����ztoken.__repr__c�����������������C���s���t�|��S�rf���)r ���ry���r ���r ���r���r<������s����z token.html)NNr���)rR���rS���rT���rW���rI���ru���rx���r<���r ���r ���r ���r���r;������s ��� r;���c�������������������@���s*���e�Zd�ZdZd dd�Zdd��Zdd ��ZdS�)� tag_tokenz� Represents a token that is actually a tag. Currently this is just the <img> tag, which takes up visible space just like a word but is only represented in a document by a tag. Nr���c�����������������C���s2���t�j|�dt|f�|||d�}||_||_||_|S�)Nz%s: %sr8���)r;���ru���r:���rc����data� html_repr)rv���rc���r|���r}���r5���r4���r9���rw���r ���r ���r���ru������s�����ztag_token.__new__c�����������������C���s ���d|�j�|�j|�j|�j|�j|�jf�S�)NzRtag_token(%s, %s, html_repr=%s, post_tags=%r, pre_tags=%r, trailing_whitespace=%r))rc���r|���r}���r5���r4���r9���ry���r ���r ���r���rx������s�����ztag_token.__repr__c�����������������C���s���|�j�S�rf���)r}���ry���r ���r ���r���r<������s����ztag_token.html)NNr���)rR���rS���rT���rW���ru���rx���r<���r ���r ���r ���r���r{������s������ r{���c�������������������@���s���e�Zd�ZdZdZdd��ZdS�)� href_tokenzh Represents the href in an anchor tag. Unlike other words, we only show the href when it changes. Tc�����������������C���s���d|��S�)Nz Link: %sr ���ry���r ���r ���r���r<�����s����zhref_token.htmlN)rR���rS���rT���rW���rI���r<���r ���r ���r ���r���r~������s���r~���Tc�����������������C���s2���t��|��r|�}nt|�dd�}t|d|d�}t|�S�)ak�� Parse the given HTML and returns token objects (words with attached tags). This parses only the content of a page; anything in the head is ignored, and the <head> and <body> elements are themselves optional. The content is then parsed by lxml, which ensures the validity of the resulting parsed document (though lxml may make incorrect guesses when the markup is particular bad). <ins> and <del> tags are also eliminated from the document, as that gets confusing. If include_hrefs is true, then the href attribute of <a> tags is included as a special kind of diffable token.T��cleanup)�skip_tagr���)r���Z iselement� parse_html� flatten_el�fixup_chunks)r<���r���Zbody_elr[���r ���r ���r���r�����s ���� r���c�����������������C���s���|rt�|��}�t|�dd�S�)a�� Parses an HTML fragment, returning an lxml element. Note that the HTML will be wrapped in a <div> tag that was not in the original document. If cleanup is true, make sure there's no <head> or <body>, and get rid of any <ins> and <del> tags. T)Z create_parent)�cleanup_htmlr���)r<���r����r ���r ���r���r���� ��s����r����z <body.*?>z </body.*?>z</?(ins|del).*?>c�����������������C���sL���t��|��}|r|�|���d��}�t�|��}|r<|�d|�����}�t�d|��}�|�S�)z� This 'cleans' the HTML, meaning that any page structure is removed (only the contents of <body> are used, if there is any <body). Also <ins> and <del> tags are removed. Nr���)�_body_re�searchrl����_end_body_rerk����_ins_del_re�sub)r<����matchr ���r ���r���r����1��s���� r����z [ \t\n\r]$c�����������������C���s$���t�|�����}|�d|��|�|d��fS�)zP This function takes a word, such as 'test ' and returns ('test',' ') r���N)r/����rstrip)�wordZstripped_lengthr ���r ���r����split_trailing_whitespaceA��s����r����c����������� ������C���sR��g�}d}g�}|�D��]}t�|t�r�|d�dkrf|d�}t|d��\}}td||||d�}g�}|�|��q|d�dkr|d�}t||dd �}g�}|�|��qt|�r�t|�\}}t|||d �}g�}|�|��qt|�r�|�|��qt |��r |r�|�|��n&|�sJ�d ||||�f���|j �|��qdsJ��q|�s>td|d �gS�|d�j �|��|S�)zM This function takes a list of chunks and produces a list of tokens. Nr����imgr�������)r}���r5���r9����hrefrJ���)r5���r9���z4Weird state, cur_word=%r, result=%r, chunks=%r of %rFr���)r5���r3���)� isinstance�tupler����r{���r7���r~����is_wordr;����is_start_tag� is_end_tagr4���rD���) r[���Z tag_accumZcur_wordr���re���r1���rc���r9���r����r ���r ���r���r����I��sR���� � �� r����) Zparamr����Zarea�brZbasefont�input�base�meta�link�col)ZaddressZ blockquote�center�dirZdivZdlZfieldsetZformZh1Zh2Zh3Zh4Zh5Zh6�hrZisindexZmenuZnoframesZnoscriptZol�pr=����tableZul) �ddZdtZframesetZliZtbodyZtdZtfoot�thZthead�trc�����������������c���s����|s0|�j�dkr&d|��d�t|��fV��n t|��V��|�j�tv�rR|�jsRt|��sR|�jsRdS�t|�j�}|D�]}t|�V��q`|�D�]}t ||d�D�] }|V��q�qt|�j�dkr�|��d�r�|r�d|��d�fV��|s�t |��V��t|�j�}|D�]}t|�V��q�dS�)a�� Takes an lxml element el, and generates all the text chunks for that tag. Each start tag is a chunk, each word is a chunk, and each end tag is a chunk. If skip_tag is true, then the outermost container tag is not returned (just its contents).r����r1���Nr���r"���r����)rc����get� start_tagri���r���r/����tail�split_wordsr ���r�����end_tag)�elr���r����Zstart_wordsr�����child�itemZ end_wordsr ���r ���r���r�������s&���� r����z\S+(?:\s+|$)c�����������������C���s���|�r|�����sg�S�t�|��}|S�)z_ Splits some text into words. Includes trailing whitespace on each word when appropriate. )r����split_words_re�findall)r����wordsr ���r ���r���r�������s���� r����z ^[ \t\n\r]c�����������������C���s$���d|�j�d�dd��|�j���D���f�S�)z= The text representation of the start tag for a tag. z<%s%s>r���c�����������������S���s"���g�|�]\}}d�|t�|d�f��qS�)z %s="%s"T)r ���)r���ra����valuer ���r ���r���r������s����zstart_tag.<locals>.<listcomp>)rc���r���Zattrib�items)r����r ���r ���r���r�������s ������r����c�����������������C���s*���|�j�rt�|�j��rd}nd}d|�j|f�S�)zg The text representation of an end tag for a tag. Includes trailing whitespace when appropriate. rJ���r���z</%s>%s)r�����start_whitespace_rer����rc���)r����Zextrar ���r ���r���r�������s����r����c�����������������C���s���|���d��S�)Nr^����rg����r ���r ���r ���r���r�������s����r����c�����������������C���s ���|���d�S�)Nrt���r����r����r ���r ���r���r�������s����r����c�����������������C���s���|���d�o|���d��S�)Nr^���rt���r����r����r ���r ���r���r�������s����r����c�����������������C���s$���t�|�dd�}t|��t|dd�}�|�S�)z� Given an html string, move any <ins> or <del> tags inside of any block-level elements, e.g. transform <ins><p>word</p></ins> to <p><ins>word</ins></p> Fr���T)� skip_outer)r�����_fixup_ins_del_tags�serialize_html_fragment)r<���r���r ���r ���r���r@������s����r@���c�����������������C���sb���t�|�t�rJ�d|����tj|�dtd�}|rZ||�d�d�d��}|d|�d���}|���S�|S�dS�)z� Serialize a single lxml element as HTML. The serialized form includes the elements tail. If skip_outer is true, then don't serialize the outermost tag z3You should pass in an element, not a string like %rr<���)�method�encoding�>r���Nr^���)r����� basestringr���Ztostringr ����find�rfindr���)r����r����r<���r ���r ���r���r�������s�����r����c�����������������C���s@���dD�]6}|���d|��D�]"}t|�s$qt||d��|����qqdS�)z?fixup_ins_del_tags that works on an lxml document in-place )ro���rp���zdescendant-or-self::%s)rc���N)Zxpath�_contains_block_level_tag�_move_el_inside_blockZdrop_tag)r���rc���r����r ���r ���r���r���� ��s����r����c�����������������C���s4���|�j�tv�s|�j�tv�rdS�|�D�]}t|�r�dS�qdS�)zPTrue if the element contains any block-level elements, like <p>, <td>, etc. TF)rc����block_level_tags�block_level_container_tagsr����)r����r����r ���r ���r���r������s����r����c�����������������C���s����|�D�]}t�|�r�qNqt�|�}|�j|_d|�_|�t|����|g|�dd�<�dS�t|��D�]l}t�|�r�t||��|jr�t�|�}|j|_d|_|��|�� |�d�|��qVt�|�}|�� ||��|�|��qV|�jr�t�|�}|�j|_d|�_|��d|��dS�)zt helper for _fixup_ins_del_tags; actually takes the <ins> etc tags and moves them inside any block-level tags. Nr���r���)r����r���ZElementr���rD����listr����r����rA���rm���rB���r7���)r����rc���r����Zchildren_tagZtail_tagZ child_tagZtext_tagr ���r ���r���r������s2���� r����c�����������������C���s����|�����}|�jpd}|�jrXt|��s,||�j7�}n,|�d�jrL|�d��j|�j7��_n|�j|�d�_|�|��}|r�|dkrtd}n||d��}|du�r�|jr�|�j|7��_q�||_n|jr�|�j|7��_n||_|����|||d��<�dS�)z� Removes an element, but merges its contents into its place, e.g., given <p>Hi <i>there!</i></p>, if you remove the <i> element you get <p>Hi there!</p> r���r3���r���Nr���)Z getparentr���r����r/���rm���Zgetchildren)r�����parentr���rm���Zpreviousr ���r ���r����_merge_element_contents?��s*���� r����c�������������������@���s���e�Zd�ZdZdZdd��ZdS�)r%���zt Acts like SequenceMatcher, but tries not to find very small equal blocks amidst large spans of changes r����c��������������������sD���t�t|�j�t|�j��}t�|�j|d����tj�|��}��fdd�|D��S�)N����c��������������������s$���g�|�]}|d����ks|d��s|�qS�)r����r ���)r���r������ thresholdr ���r���r���m��s����zBInsensitiveSequenceMatcher.get_matching_blocks.<locals>.<listcomp>)�minr/���r#���r�����difflib�SequenceMatcher�get_matching_blocks)rz����size�actualr ���r����r���r����i��s����z.InsensitiveSequenceMatcher.get_matching_blocksN)rR���rS���rT���rW���r����r����r ���r ���r ���r���r%���a��s���r%����__main__)�_diffcommand)F)T)T)F)F)PZ __future__r���r����Zlxmlr���Z lxml.htmlr����re�__all__r<���r���r ����ImportErrorZcgiZunicoder ���� NameError�strr����r���r���r���r���r'���r���r6���r���r���r?���rE���rF���rP���rU���� ExceptionrV���rG���rH���rK���rX���rY���rZ���r;���r{���r~���r���r�����compile�I�Sr����r����r����r����Zend_whitespace_rer����r����ri���r����r����r�����Ur����r����r����r����r����r����r����r����r@���r����r����r����r����r����r����r%���rR���r�����mainr ���r ���r ���r����<module>���s���� ( & '(2) 6 "