
    Mh`              	         U d dl mZ d dlmZmZmZ d dlmZ d dlm	Z	m
Z
mZmZmZ d dlmZmZmZ d dlmZmZ d dlmZmZmZ 	 d dlmZ n# e$ r	 d dlmZ Y nw xY wd d	lmZ d d
lmZ d dl m!Z!m"Z#m$Z$m%Z%m&Z&  e            Z'de(d<    e            Z)de(d<    G d de          Z*e*j+        Z, G d dee$                   Z-d8dZ.d9dZ/ G d d          Z0e G d dee$                               Z1 e1d d! d" d# d$ %          e1_2        e G d& d'ee$                               Z3d:d*Z4e G d+ d,e%e!e3e$         f                               Z5 ed-e#e	         e3e	         e3e	         .          Z6e G d/ d0ee$e6f                               Z7e G d1 d2ee$                               Z8e G d3 d4ee$                               Z9e G d5 d6ee$                               Z"d7S );    )annotations)IterableIteratorSequence)Enum)AnyCallableClassVarGenericProtocol)unquote	urldefragurljoin)evolvefield)HashTrieMapHashTrieSetList)TypeVar)
exceptions)frozen)URIAnchorDMappingRetrieveHashTrieSet[URI]EMPTY_UNCRAWLED	List[URI]EMPTY_PREVIOUS_RESOLVERSc                      e Zd ZdZdZdS )_Unsetz
    What sillyness...
       N)__name__
__module____qualname____doc__SENTINEL     Q/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/referencing/_core.pyr"   r"      s          HHHr*   r"   c                      e Zd Zd
dZd	S )_MaybeInSubresourcesegmentsSequence[int | str]resolverResolver[D]subresourceResource[D]returnc                    d S Nr)   )selfr.   r0   r2   s       r+   __call__z_MaybeInSubresource.__call__$   s	    
 cr*   N)r.   r/   r0   r1   r2   r3   r4   r1   )r$   r%   r&   r8   r)   r*   r+   r-   r-   #   s(             r*   r-   contentsr   r4   Specification[D]c                    t          | t                    st          j        |           |                     d          }t          |t
                    st          j        |           ddlm}  ||          S )N$schemar   specification_with)
isinstancer   r   CannotDetermineSpecificationgetstrreferencing.jsonschemar>   )r9   jsonschema_dialect_idr>   s      r+   _detect_or_errorrE   ,   s    h(( @5h???$LL33+S11 @5h???9999993444r*   defaultCallable[[D], Specification[D]]c                     d fd}|S )Nr9   r   r4   r:   c                    t          | t                    sS |                     d          }|S ddlm}  ||          S )Nr<   r   r=   rF   )r?   r   rA   rC   r>   )r9   rD   r>   rF   s      r+   _detectz#_detect_or_default.<locals>._detect<   si    (G,, 	N (Y 7 7 (N======!!!
 
 
 	
r*   r9   r   r4   r:   r)   )rF   rK   s   ` r+   _detect_or_defaultrM   9   s(    
 
 
 
 
 
 Nr*   c                      e Zd Zd	dZdS )
_SpecificationDetectorinstanceSpecification[D] | Noneclstype[Specification[D]]r4   rG   c                2    |t           S t          |          S r6   )rE   rM   )r7   rP   rR   s      r+   __get__z_SpecificationDetector.__get__O   s    
 ##%h///r*   N)rP   rQ   rR   rS   r4   rG   )r$   r%   r&   rU   r)   r*   r+   rO   rO   N   s(        0 0 0 0 0 0r*   rO   c                      e Zd ZU dZded<   ded<   ded<   ded	<    ed
          Zded<   ded<    e            ZddZ	ddZ
ddZdS )Specificationz
    A specification which defines referencing behavior.

    The various methods of a `Specification` allow for varying referencing
    behavior across JSON Schema specification versions, etc.
    rB   namezCallable[[D], URI | None]id_ofzCallable[[D], Iterable[D]]subresources_ofz_MaybeInSubresource[D]maybe_in_subresource
anchors_inaliasz8Callable[[Specification[D], D], Iterable[AnchorType[D]]]_anchors_inzClassVar[Specification[Any]]OPAQUEr4   c                    d| j         dS )Nz<Specification name=>)rX   r7   s    r+   __repr__zSpecification.__repr__   s    4di4444r*   r9   r   c                .    |                      | |          S )zG
        Retrieve the anchors contained in the given document.
        )r_   r7   r9   s     r+   r\   zSpecification.anchors_in   s     h///r*   r3   c                $    t          ||           S )zR
        Create a resource which is interpreted using this specification.
        )r9   specification)Resourcerf   s     r+   create_resourcezSpecification.create_resource   s     >>>>r*   Nr4   rB   )r9   r   r9   r   r4   r3   )r$   r%   r&   r'   __annotations__r   r_   rO   detectrd   r\   rj   r)   r*   r+   rW   rW   Z   s           III %$$$ 0/// 1000 	L!!!  " " " " )(((B $#%%F5 5 5 50 0 0 0? ? ? ? ? ?r*   rW   opaquec                    d S r6   r)   r9   s    r+   <lambda>rr      s    4 r*   c                    g S r6   r)   rq   s    r+   rr   rr      s    R r*   c                    g S r6   r)   )rh   r9   s     r+   rr   rr      s    r r*   c                    |S r6   r)   r.   r0   r2   s      r+   rr   rr      s     r*   )rX   rY   rZ   r\   r[   c                      e Zd ZU dZded<    ed          Zded<   eefdd            Z	edd            Z
ddZddZddZd dZdS )!ri   a  
    A document (deserialized JSON) with a concrete interpretation under a spec.

    In other words, a Python object, along with an instance of `Specification`
    which describes how the document interacts with referencing -- both
    internally (how it refers to other `Resource`\ s) and externally (how it
    should be identified such that it is referenceable by other documents).
    r   r9   rh   r]   r:   _specificationdefault_specification)type[Specification[D]] | Specification[D]r4   r3   c                X    |                     |          }|                    |          S )aG  
        Create a resource guessing which specification applies to the contents.

        Raises:

            `CannotDetermineSpecification`

                if the given contents don't have any discernible
                information which could be used to guess which
                specification they identify as

        rq   )rn   rj   )rR   r9   ry   rh   s       r+   from_contentszResource.from_contents   s.    ( .44X>>,,h,???r*   c                B    t           j                            |          S )z
        Create an opaque `Resource` -- i.e. one with opaque specification.

        See `Specification.OPAQUE` for details.
        rq   )rW   r`   rj   )rR   r9   s     r+   ro   zResource.opaque   s     #33X3FFFr*   
URI | Nonec                r    | j                             | j                  }|dS |                    d          S )O
        Retrieve this resource's (specification-specific) identifier.
        N#)rx   rY   r9   rstrip)r7   ids     r+   r   zResource.id   s6      &&t}55:Fyy~~r*   Iterable[Resource[D]]c                Z      fd j                              j                  D             S )z8
        Retrieve this resource's subresources.
        c              3  Z   K   | ]%}t                               |j                   V  &dS ))ry   N)ri   r|   rx   ).0eachr7   s     r+   	<genexpr>z(Resource.subresources.<locals>.<genexpr>   sW       
 

 	 ""&*&9 #  
 
 
 
 
 
r*   )rx   rZ   r9   rc   s   `r+   subresourceszResource.subresources   sC    
 
 
 

 +;;DMJJ
 
 
 	
r*   Iterable[AnchorType[D]]c                @    | j                             | j                  S )r   )rx   r\   r9   rc   s    r+   anchorszResource.anchors   s     "--dm<<<r*   pointerrB   r0   r1   Resolved[D]c                l   |st          | j        |          S | j        }g }t          |dd                                       d          D ]}t	          |t
                    rt          |          }n*|                    dd                              dd          }	 ||         }n+# t          $ r}t          j
        ||           }||d}~ww xY w|                    |           |}| j                            ||| j                            |          	          }||urg }t          ||          S )
z
        Resolve the given JSON pointer.

        Raises:

            `exceptions.PointerToNowhere`

                if the pointer points to a location not present in the document

        r9   r0   r#   N/z~1z~0~)refresourcerv   )Resolvedr9   r   splitr?   r   intreplaceLookupErrorr   PointerToNowhereappendrx   r[   rj   )	r7   r   r0   r9   r.   segmentlookup_errorerrorlasts	            r+   r   zResource.pointer   sb     	GT]XFFFF=$&wqrr{++11#66 	 	G(H-- Hg,,!//$44<<T3GG.#G, . . ."3$OOO-. OOG$$$D*??!! /??II @  H
 t##H====s   B''
C1C

CN)r9   r   ry   rz   r4   r3   rl   )r4   r~   )r4   r   )r4   r   )r   rB   r0   r1   r4   r   )r$   r%   r&   r'   rm   r   rx   classmethodrW   r|   ro   r   r   r   r   r)   r*   r+   ri   ri      s           KKK',u?'C'C'CNCCCC @ @ @ @ [@, G G G [G   

 

 

 

= = = =$> $> $> $> $> $>r*   ri   urir   c                ,    t          j        |           )Nr   )r   NoSuchResource)r   s    r+   _fail_to_retriever   %  s    

#
,
,
,,r*   c                  &   e Zd ZU dZ e e            ej        d          Zded<    e            Z	ded<   e
Zded	<    eed
          Zded<   d6dZd7dZd8dZd9dZd:dZd;dZd<dZd=d!Zd>d#Zd?d$Zd@d&ZdAd)ZdBd-ZdCd/ZdDdEd3ZdFd4Zd5S )GRegistryab  
    A registry of `Resource`\ s, each identified by their canonical URIs.

    Registries store a collection of in-memory resources, and optionally
    enable additional resources which may be stored elsewhere (e.g. in a
    database, a separate set of files, over the network, etc.).

    They also lazily walk their known resources, looking for subresources
    within them. In other words, subresources contained within any added
    resources will be retrievable via their own IDs (though this discovery of
    subresources will be delayed until necessary).

    Registries are immutable, and their methods return new instances of the
    registry with the additional resources added to them.

    The ``retrieve`` argument can be used to configure retrieval of resources
    dynamically, either over the network, from a database, or the like.
    Pass it a callable which will be called if any URI not present in the
    registry is accessed. It must either return a `Resource` or else raise a
    `NoSuchResource` exception indicating that the resource does not exist
    even according to the retrieval logic.
    	resources)rF   	converterr^   zHashTrieMap[URI, Resource[D]]
_resourcesz+HashTrieMap[tuple[URI, str], AnchorType[D]]_anchorsr   
_uncrawledretrieve)rF   r^   zRetrieve[D]	_retriever   r   r4   r3   c                    	 | j         |                    d                   S # t          $ r t          j        |          dw xY w)zV
        Return the (already crawled) `Resource` identified by the given URI.
        r   r   N)r   r   KeyErrorr   r   r7   r   s     r+   __getitem__zRegistry.__getitem__K  sO    	??3::c??33 	? 	? 	?+444$>	?s	   " !AIterator[URI]c                *    t          | j                  S )z@
        Iterate over all crawled URIs in the registry.
        )iterr   rc   s    r+   __iter__zRegistry.__iter__T  s     DO$$$r*   r   c                *    t          | j                  S )zU
        Count the total number of fully crawled resources in this registry.
        )lenr   rc   s    r+   __len__zRegistry.__len__Z  s     4?###r*   new#Resource[D] | Iterable[Resource[D]]Registry[D]c                (   t          |t                    r|f}| j        }| j        }|D ]X}|                                }|t          j        |          |                    |          }|                    ||          }Yt          | ||          S )a2  
        Create a new registry with resource(s) added using their internal IDs.

        Resources must have a internal IDs (e.g. the :kw:`$id` keyword in
        modern JSON Schema versions), otherwise an error will be raised.

        Both a single resource as well as an iterable of resources works, i.e.:

            * ``resource @ registry`` or

            * ``[iterable, of, multiple, resources] @ registry``

        which -- again, assuming the resources have internal IDs -- is
        equivalent to calling `Registry.with_resources` as such:

        .. code:: python

            registry.with_resources(
                (resource.id(), resource) for resource in new_resources
            )

        Raises:

            `NoInternalID`

                if the resource(s) in fact do not have IDs

        N)r   r   	uncrawled)	r?   ri   r   r   r   r   NoInternalIDinsertr   )r7   r   r   r   r   r   s         r+   __rmatmul__zRegistry.__rmatmul__`  s    @ c8$$ 	&CO	O	 	7 	7HBz -x@@@@!((,,I!((X66IIdi9EEEEr*   rB   c                    t          |           }|dk    rdnd}| j        r)t          | j                  }||k    rd| }n| d| d}n| }d| d| d	S )
Nr#   r   r   z
uncrawled z, z
 uncrawledz<Registry ( z)>)r   r   )r7   size
pluralizedr   summarys        r+   rd   zRegistry.__repr__  s    4yy#'199ZZ+
? 	&DO,,ID  3z33'@@9@@@#oG/T//G////r*   Retrieved[D, Resource[D]]c                   | j                             |          }|t          | |          S |                                 }|j                             |          }|t          ||          S 	 |                    |          }|                    ||          }t          ||          S # t          j        t          j        f$ r  t          $ r}t          j
        |          |d}~ww xY w)aE  
        Get a resource from the registry, crawling or retrieving if necessary.

        May involve crawling to find the given URI if it is not already known,
        so the returned object is a `Retrieved` object which contains both the
        resource value as well as the registry which ultimately contained it.
        N)registryvaluer   )r   rA   	Retrievedcrawlr   with_resourcer   r@   r   	ExceptionUnretrievable)r7   r   r   r   r   s        r+   get_or_retrievezRegistry.get_or_retrieve  s    ?&&s++d(;;;;::<<&**3//hh????	@))#..H  --c8<<Hhh???? 3%
 	 	 	  	? 	? 	?*s333>	?s   0B, ,%C,C''C,c           
     &   | j         vrt          j                  t          | | j                                       | j                                      t          fd| j        	                                D                                 S )zX
        Return a registry with the resource identified by a given URI removed.
        r   c              3  >   K   | ]\  }}|d          k    ||fV  dS )r   Nr)   )r   kvr   s      r+   r   z"Registry.remove.<locals>.<genexpr>  s<          1aAaDCKKAKKKK   r*   )r   r   r   )
r   r   r   r   remover   discardr   r   itemsr   s    `r+   r   zRegistry.remove  s     do%%+4444o,,S11o--c22        #'=#6#6#8#8       	
 
 
 	
r*   rX   c                   | j                             ||f          }|t          ||           S |                                 }|j                             ||f          }|t          ||          S | |         }|                                }|/|j                             ||f          }|t          ||          S d|v rt          j        |||          t          j        |||          )zX
        Retrieve a given anchor from a resource which must already be crawled.
        N)r   r   r   )r   r   anchor)r   rA   r   r   r   r   InvalidAnchorNoSuchAnchor)r7   r   rX   r   r   r   canonical_uris          r+   r   zRegistry.anchor  s    !!3+..548888::<<!%%sDk2258<<<<9 $%))=$*?@@E  ux@@@@$;;*!   
 %#NNNNr*   r   c                    | |         j         S )zV
        Retrieve the (already crawled) contents identified by the given URI.
        rq   r   s     r+   r9   zRegistry.contents  s     Cy!!r*   c                   | j         | j        }fd| j        D             }|r|                                \  }|                                }|&t          |                              |          |                                D ]}|                    |j        f|          } |	                    fd|
                                D                        |t          | |t                    S )zF
        Crawl all added resources, discovering subresources.
        c                $    g | ]}||         fS r)   r)   )r   r   r   s     r+   
<listcomp>z"Registry.crawl.<locals>.<listcomp>  s"    FFFsc9S>*FFFr*   Nc              3      K   | ]}|fV  	d S r6   r)   )r   r   r   s     r+   r   z!Registry.crawl.<locals>.<genexpr>  s'      MMTc4[MMMMMMr*   )r   r   r   )r   r   r   popr   r   r   r   rX   extendr   r   r   )r7   r   r   r   r   r   r   r   s         @@r+   r   zRegistry.crawl  s    O	-FFFFdoFFF	 		N%MMOOMCB~c2&&%,,S(;;	 ((** A A!..#ty)94@@MMMMX5J5J5L5LMMMMMM  		N %	
 
 
 	
r*   r   c                2    |                      ||fg          S )zP
        Add the given `Resource` to the registry, without crawling it.
        with_resources)r7   r   r   s      r+   r   zRegistry.with_resource  s     ""S(O#4555r*   pairs!Iterable[tuple[URI, Resource[D]]]c                    | j         }| j        }|D ]E\  }}|                    d          }|                    |          }|                    ||          }Ft	          | ||          S )zU
        Add the given `Resource`\ s to the registry, without crawling them.
        r   r   )r   r   r   r   r   )r7   r   r   r   r   r   s         r+   r   zRegistry.with_resources  su     O	O	" 	8 	8MC **S//C!((--I!((h77IIdi9EEEEr*   Iterable[tuple[URI, D]]kwargsr   c                F    |                      fd|D                       S )zW
        Add the given contents to the registry, autodetecting when necessary.
        c              3  F   K   | ]\  }}|t          j        |fi fV  d S r6   )ri   r|   )r   r   r   r   s      r+   r   z)Registry.with_contents.<locals>.<genexpr>!  sS       #
 #
T ((88889#
 #
 #
 #
 #
 #
r*   r   )r7   r   r   s     `r+   with_contentszRegistry.with_contents  sC     "" #
 #
 #
 #
"#
 #
 #
 
 
 	
r*   
registriesc                   || fk    r| S | j         }| j        }| j        }| j        }|D ]}|                    |j                   }|                    |j                  }|                    |j                  }|j        t
          ur,|j        |cxur	t
          urn nt          d          |j        }t          | ||||          S )zY
        Combine together one or more other registries, producing a unified one.
        z?Cannot combine registries with conflicting retrieval functions.)r   r   r   r   )r   r   r   r   updater   
ValueErrorr   )r7   r   r   r   r   r   r   s          r+   combinezRegistry.combine&  s     $  KO	-O	>" 	. 	.H!(()<==InnX%677G!(()<==I!):::%XNNNN=NNNNNN$%   $-
 
 
 	
r*    base_urir1   c                $    t          ||           S )zV
        Return a `Resolver` which resolves references against this registry.
        r   r   )Resolver)r7   r   s     r+   r0   zRegistry.resolverD  s     D9999r*   c                x    |                                 pd}t          ||                     ||                    S )zD
        Return a `Resolver` with a specific root resource.
        r   r   )r   r   r   )r7   r   r   s      r+   resolver_with_rootzRegistry.resolver_with_rootJ  sC     kkmm!r''X66
 
 
 	
r*   N)r   r   r4   r3   )r4   r   )r4   r   )r   r   r4   r   rk   )r   r   r4   r   r   r   )r   r   rX   rB   )r   r   r4   r   )r4   r   )r   r   r   r3   )r   r   r4   r   )r   r   r   r   r4   r   )r   r   r4   r   )r   )r   r   r4   r1   )r   r3   r4   r1   )r$   r%   r&   r'   r   r   convertr   rm   r   r   r   r   r   r   r   r   r   rd   r   r   r   r9   r   r   r   r   r   r0   r   r)   r*   r+   r   r   )  s          . 16%1 1 1J    
 =HKMMHIIII#2J2222"U+<JOOOIOOOO? ? ? ?% % % %$ $ $ $+F +F +F +FZ0 0 0 0@ @ @ @<
 
 
 
 O O O O8" " " "
 
 
 
06 6 6 6F F F F"
 
 
 

 
 
 
<: : : : :
 
 
 
 
 
r*   r   AnchorOrResourcerJ   c                  (    e Zd ZU dZded<   ded<   dS )r   z.
    A value retrieved from a `Registry`.
    r   r   r   r   Nr$   r%   r&   r'   rm   r)   r*   r+   r   r   ^  s6           r*   r   c                  (    e Zd ZU dZded<   ded<   dS )r   z?
    A reference resolved to its contents by a `Resolver`.
    r   r9   r1   r0   Nr  r)   r*   r+   r   r   h  s3           KKKr*   r   c                      e Zd ZU dZ ed          Zded<    ed          Zded<    e e            d	d
          Z	ded<   ddZ
ddZddZddZdS ) r   a[  
    A reference resolver.

    Resolvers help resolve references (including relative ones) by
    pairing a fixed base URI with a `Registry`.

    This object, under normal circumstances, is expected to be used by
    *implementers of libraries* built on top of `referencing` (e.g. JSON Schema
    implementations or other libraries resolving JSON references),
    not directly by end-users populating registries or while writing
    schemas or other resources.

    References are resolved against the base URI, and the combined URI
    is then looked up within the registry.

    The process of resolving a reference may itself involve calculating
    a *new* base URI for future reference resolution (e.g. if an
    intermediate resource sets a new base URI), or may involve encountering
    additional subresources and adding them to a new registry.
    r   r]   r   	_base_urir   r   	_registryFprevious)rF   reprr^   r   	_previousr   r4   r   c                $   |                     d          r| j        |dd         }}n%t          t          | j        |                    \  }}	 | j                            |          }nQ# t          j        $ r t          j        |          dt          j	        $ r}t          j        |          |d}~ww xY w|                     d          r8| 
                    |j        |          }|j                            ||          S |rR|j                            ||          }| 
                    |j        |          }|j                            |          S | 
                    |j        |          }t!          |j        j        |	          S )
a  
        Resolve the given reference to the resource it points to.

        Raises:

            `exceptions.Unresolvable`

                or a subclass thereof (see below) if the reference isn't
                resolvable

            `exceptions.NoSuchAnchor`

                if the reference is to a URI where a resource exists but
                contains a plain name fragment which does not exist within
                the resource

            `exceptions.PointerToNowhere`

                if the reference is to a URI where a resource exists but
                contains a JSON pointer to a location within the resource
                that does not exist

        r   r#   Nr   r   )r   r   )r   r0   )r0   r   )
startswithr  r   r   r  r   r   r   Unresolvabler   _evolver   r   r   r   resolver   r9   )r7   r   r   fragment	retrievedr   r0   s          r+   lookupzResolver.lookup  s   0 >># 	D NCGCC%gdnc&B&BCCMC	>66s;;II( 	= 	= 	=)c222<' 	> 	> 	>)c222=	> s## 	P||Y-?#|NNH?**8h*OOO 	>!*11#x@@I||Y-?#|NNH?**H*===<<);c<JJ!9HMMMMs   A) )3B7B22B7r2   r3   r1   c                z    |                                 }|| S t          | t          | j        |                    S )zV
        Create a resolver for a subresource (which may have a new base URI).
        N)r   )r   r   r   r  )r7   r2   r   s      r+   in_subresourcezResolver.in_subresource  s<     ^^:KdWT^R%@%@AAAAr*   !Iterable[tuple[URI, Registry[D]]]c              #  4   K   | j         D ]}|| j        fV  dS )zT
        In specs with such a notion, return the URIs in the dynamic scope.
        N)r  r  r   s     r+   dynamic_scopezResolver.dynamic_scope  s9       > 	& 	&Ct~%%%%%	& 	&r*   r   r   c                    | j         }| j        r'|r|| j        k    r|                    | j                  }t          | f||d|S )z9
        Evolve, appending to the dynamic scope.
        )r   r  )r  r  
push_frontr   )r7   r   r   r  s       r+   r  zResolver._evolve  sZ     >> 	;8 	;x4>/I/I**4>::HdKXKKFKKKr*   N)r   r   r4   r   )r2   r3   r4   r1   )r4   r  )r   r   r   r   )r$   r%   r&   r'   r   r  rm   r  r   r  r  r  r  r  r)   r*   r+   r   r   r  s          * U,,,I,,,,"U444I4444 5e:NNNINNNN-N -N -N -N^B B B B& & & &L L L L L Lr*   r   c                  0    e Zd ZU dZded<   ded<   d
dZd	S )r   z*
    A simple anchor in a `Resource`.
    rB   rX   r3   r   r0   r1   c                8    t          | j        j        |          S )z6
        Return the resource for this anchor.
        r   )r   r   r9   )r7   r0   s     r+   r  zAnchor.resolve  s     !7(KKKKr*   N)r0   r1   )r$   r%   r&   r'   rm   r  r)   r*   r+   r   r     sQ           IIIL L L L L Lr*   r   NrL   )rF   r:   r4   rG   r   ):
__future__r   collections.abcr   r   r   enumr   typingr   r	   r
   r   r   urllib.parser   r   r   attrsr   r   rpdsr   r   r   typing_extensionsr   ImportErrorreferencingr   referencing._attrsr   referencing.typingr   r   
AnchorTyper   r   r   r   rm   r    r"   r(   _UNSETr-   rE   rM   rO   rW   r`   ri   r   r   r   r   r   r   r)   r*   r+   <module>r(     s   " " " " " " " 8 8 8 8 8 8 8 8 8 8       = = = = = = = = = = = = = = 4 4 4 4 4 4 4 4 4 4         / / / / / / / / / /)))))))    # " " " " " % % % % % % N N N N N N N N N N N N N N$/KMM 1 1 1 1&*dff  , , , ,    T    
    (1+   
5 
5 
5 
5   *	0 	0 	0 	0 	0 	0 	0 	0 N? N? N? N? N?GAJ N? N? N?b %}	

''11II    l> l> l> l> l>wqz l> l> l>^- - - - h
 h
 h
 h
 h
wsHQK'( h
 h
 h
X	 7sOSMSM	        ++,        wqz    `L `L `L `L `Lwqz `L `L `LF L L L L LWQZ L L L L Ls   A
 
AA