
    Vhs              	      n   d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dlm	Z	 d dl
mZ d dlmZ d dlmZmZmZ d dlmZ d dlmZ d d	lmZmZ d d
lmZ d dlmZ d dlmZ d dl m!Z! d dl"m#Z# d dl$m%Z% d dl&m'Z'  e#       Z(g dZ)ejT                  D  cg c]
  }  e|        c} Z+ejX                  D  cg c]  } d e ejZ                  |             z   c} Z. ej^                  dja                  e)e+z   e.z               Z1 ej^                  dejd                        Z3d Z4d Z5 G d de6      Z7yc c} w c c} w )    )annotationsN)
attrgetter)shuffle)	constants)AnsibleErrorAnsibleOptionsErrorAnsibleParserError)InventoryData)string_types)to_bytesto_text)parse_address)inventory_loader)deduplicate_list)unfrackpath)Display)combine_vars)get_vars_from_inventory_sources)s   ^\.s   ^host_vars$s   ^group_vars$s   ^vars_plugins$s   %s$   |a>  ^
        (.+)                    # A pattern expression ending with...
        \[(?:                   # A [subscript] expression comprising:
            (-?[0-9]+)|         # A single positive or negative number
            ([0-9]+)([:-])      # Or an x:y or x: range.
            ([0-9]*)
        )\]
        $
    c                    g }g }g }| D ]J  }|s|d   dk(  r|j                  |        |d   dk(  r|j                  |       :|j                  |       L |g k(  rdg}||z   |z   S )zS takes a list of patterns and reorders them by modifier to apply them consistently r   !&all)append)patternspattern_regularpattern_intersectionpattern_excludeps        I/home/dcms/DCMS/lib/python3.12/site-packages/ansible/inventory/manager.pyorder_patternsr!   A   s     OO 	&Q43;""1%qTS[ ''*""1%	& " ' 11OCC    c                   t        | t              r1d | D        }t        t        j                  j	                  |            S t        | t
              st        | d      } d| v r| j                  d      }n	 t        | d      \  }}| g}|D cg c]#  }|j                         s|j                         % c}S # t        $ r1 t        j                  t        d      | t        j                        }Y hw xY wc c}w )a  
    Takes a string containing host patterns separated by commas (or a list
    thereof) and returns a list of single patterns (which may not contain
    commas). Whitespace is ignored.

    Also accepts ':' as a separator for backwards compatibility, but it is
    not recommended due to the conflict with IPv6 addresses and host ranges.

    Example: 'a,b[1], c[2:3] , d' -> ['a', 'b[1]', 'c[2:3]', 'd']
    c              3  2   K   | ]  }t        |        y wN)split_host_pattern).0r   s     r    	<genexpr>z%split_host_pattern.<locals>.<genexpr>j   s     :Q%a(:s   surrogate_or_stricterrors,T)allow_rangesaJ  (?:     # We want to match something comprising:
                        [^\s:\[\]]  # (anything other than whitespace or ':[]'
                        |           # ...or...
                        \[[^\]]*\]  # a single complete bracketed expression)
                    )+              # occurring once or more
                )
isinstancelist	itertoolschainfrom_iterabler   r   splitr   	ExceptionrefindallXstrip)patternresultsr   baseportr   s         r    r&   r&   ]   s     '4 :':IOO11':;;.'*?@ w==&
	(tDLT4yH  (5!1779AGGI55  	 zz  
 rttH		 6s   6B8 C5#C587C21C2c                      e Zd ZdZd dZed        Zed        Zed        Zd!dZ	d Z
d	 Zd
 Zd Zd Zd"dZd"dZd Zd Zd Zd#dZd Zd Zd Zd Zd Zd$dZd Zd Zd Zd Zd Zd Z d Z!y)%InventoryManagerz Creates and manages inventory Nc                    || _         t               | _        d | _        d | _        i | _        i | _        |g | _        n t        |t              r	|g| _        n|| _        |r| j                  |       g | _        g | _        y )Ncache)_loaderr
   
_inventory_restriction_subset_hosts_patterns_cache_pattern_cache_sourcesr.   r   parse_sources_cached_dynamic_hosts_cached_dynamic_grouping)selfloadersourcesparserA   s        r    __init__zInventoryManager.__init__   s     '/ ! &("  ?DM.$IDM#DM U+%'"(*%r"   c                8    | j                   j                  d      S )N	localhostrC   get_hostrL   s    r    rR   zInventoryManager.localhost   s    ''44r"   c                .    | j                   j                  S r%   )rC   groupsrU   s    r    rW   zInventoryManager.groups   s    %%%r"   c                .    | j                   j                  S r%   )rC   hostsrU   s    r    rY   zInventoryManager.hosts   s    $$$r"   c                <    | j                   j                  |||      S r%   )rC   add_host)rL   hostgroupr<   s       r    r[   zInventoryManager.add_host   s    ''eT::r"   c                8    | j                   j                  |      S r%   )rC   	add_group)rL   r]   s     r    r_   zInventoryManager.add_group   s    ((//r"   c                6    | j                   j                         S r%   )rC   get_groups_dictrU   s    r    ra   z InventoryManager.get_groups_dict   s    ..00r"   c                V    | j                          | j                  j                         S r%   )clear_cachesrC   reconcile_inventoryrU   s    r    rd   z$InventoryManager.reconcile_inventory   s!    2244r"   c                8    | j                   j                  |      S r%   rS   )rL   hostnames     r    rT   zInventoryManager.get_host   s    ''11r"   c                    t         j                  d       g }t        j                  D ]C  }t	        j
                  |      }|r|j                  |       ,t         j                  d|z         E |st        d      |S )z, sets up loaded inventory plugins for usage zsetting up inventory pluginsz,Failed to load inventory plugin, skipping %sz^No inventory plugins available to generate inventory, make sure you have at least one enabled.)	displayvvvvCINVENTORY_ENABLEDr   getr   warningr   )rL   pluginsnameplugins       r    _fetch_inventory_pluginsz)InventoryManager._fetch_inventory_plugins   s{     	34'' 	WD%))$/Fv& NQU UV	W   A  Ar"   c           
        d}| j                   D ]1  }|sd|vrt        |d      }| j                  ||      }|s-|r0d}3 |r| j                  j	                          n@t
        j                  rt        d      t
        j                  rt        j                  d       | j                  j                         D ]>  }t        |j                  t        | j                   | j                   |gd            |_        @ | j"                  j                         D ]>  }t        |j                  t        | j                   | j                   |gd            |_        @ y	)
zA iterate over inventory sources and parse each one to populate itFr,   )followr@   TzENo inventory was parsed, please check your configuration and options.z=No inventory was parsed, only implicit localhost is available	inventoryN)rH   r   parse_sourcerC   rd   rj   INVENTORY_UNPARSED_IS_FAILEDr   INVENTORY_UNPARSED_WARNINGrh   rm   rW   valuesr   varsr   rB   rY   )rL   rA   parsedsourcerO   r]   r\   s          r    rI   zInventoryManager.parse_sources   sD    mm 	"Ff$(>F))&)>!F	" OO//1--"#jkk-- _`[['') 	FE%ejj2QRVR^R^`d`m`mpuov  yD  3E  FEJ	FJJ%%' 	CD$TYY0OPTP\P\^b^k^knrms  vA  1B  CDI	Cr"   c                   d}g }t         j                  d|z         t        |      }t        j                  j                  |      rt         j                  d|z         t        t        j                  |            D ]  }t         j                  d|z         t        j                  |      r1t        t        j                  j                  ||      d      }| j                  ||      }t         j                  d|d	|       |r|} n || j                  _        | j                         D ]  }	t        t!        |	d
t!        |	dd                  }
t         j                  d|
d|	j"                  d       	 t%        |	j'                  |            }|r[	 |	j+                  | j                  | j,                  ||       	 |	j/                          d}t         j3                  d|d|
d        nt         j3                  |
d|d        |r:| j                  jB                  j?                  | j                  j                         n|dk7  st        j                  jE                  |      r|rf|D ]a  }t         jG                  dt        |d         d|d   d t        |d!                d"|v sAt         j3                  t        |d"                c tH        jJ                  rtA        d#|z        t         jG                  d$|z         d| j                  _        |S # t(        $ r d}Y w xY w# t0        $ r Y lw xY w# t4        $ rt}t         j                  |d|
       dj                  t7        j8                  t;        j<                         d               }|j?                  ||
||d       Y d}~d}~wt(        $ r}}t         j                  |
d|       dj                  t7        j8                  t;        j<                         d               }|j?                  ||
tA        |      |d       Y d}~d}~ww xY w)%z6 Generate or update inventory for the source provided Fz'Examining possible inventory source: %sz.Searching for inventory files in directory: %szConsidering %sr)   r*   r@   zparsed z as 
_load_name_original_path zAttempting to use plugin z ()TzParsed z inventory source with z pluginz was not parsable by    )srcrp   exctbNz" failed while attempting to parse z declined parsing z, as it did not pass its verify_file() methodz/etc/ansible/hostsz
* Failed to parse r   z with rp   z	 plugin: r   r   z.Completely failed to parse inventory source %sz)Unable to parse %s as an inventory source)&rh   debugr   ospathisdirsortedlistdirIGNOREDsearchr   joinru   rC   current_sourcerq   getattrr~   boolverify_filer4   rO   rB   update_cache_if_changedAttributeErrorvvvr	   	traceback	format_tbsysexc_infor   r   processed_sourcesexistsrm   rj    INVENTORY_ANY_UNPARSED_IS_FAILED)rL   r{   rA   rz   failuresb_sourceifullpathparsed_this_onerp   plugin_nameplugin_wantser   fails                  r    ru   zInventoryManager.parse_source   s    @6IJ F# 77=="MMKfTUBJJx01 -/!34>>!$ #277<<!#<EZ["&"3"3HE"3"JHoNO,F-" .4DOO* 779  ~%gflGFTdfhDi&jk[RXRgRghi)#'(:(:6(B#CL  rT__dllFRWX!"::< "&SY[f$gh KKhsu{ |}A ~D OO--44T__5S5ST --1G ( =X_`dej`kXlnrs{n|  F  GK  LQ  GR  S  )T  U4<#KKT
(;<= 55&'X\b'cddOO$ORX$XY *.&c ! )#(L)  . ! ! . dV[&YZWWY%8%89J%KL +VW_a(bcc$ rR]_e&fgWWY%8%89J%KL +VbcdVemo(pqqrs\   <L!)ML3M!L0/L03	M <M?M  M	QA)N;;QA2P??Qc                     i | _         i | _        y)z clear all caches N)rF   rG   rU   s    r    rc   zInventoryManager.clear_cachesQ  s    %'" r"   c                   | j                          t               | _        | j                  d       | j                  D ]  }| j                  |ddi        | j                  D ]  \  }}d|d<   | j                  ||        y)z recalculate inventory Fr@   refreshTN)rc   r
   rC   rI   rJ   add_dynamic_hostrK   add_dynamic_group)rL   r\   results      r    refresh_inventoryz"InventoryManager.refresh_inventoryV  s     	'/'.. 	;D!!$D(9:	; 99 	1LD& $F9""40	1r"   c                (   	 |d   dk(  s)t        j                  t        j                  |            }nt        j                  |dd        }g }|D ]%  }|j                  |      s|j                  |       ' |S # t        $ r t        d|z        w xY w)Nr   ~   zInvalid host list pattern: %s)r5   compilefnmatch	translater4   r   matchr   )rL   itemspattern_strr9   r:   items         r    _match_listzInventoryManager._match_listb  s    	Nq>S(**W%6%6{%CD**[_5
  	%D}}T"t$	%   	N>LMM	Ns   A	A9 9Bc                   g }t        |t              r|dd }n|g}|r|s'| j                  r|j                  | j                         |s'| j                  r|j                  | j                         t        |      }|| j                  vrt        |      }| j                  |      }|sU| j                  rIt        d | j                  | j                        D              }	|D 
cg c]  }
|
j                  |	v s|
 }}
|s4| j                  r(|D 
cg c]  }
|
j                  | j                  v s|
 }}
t        |      | j                  |<   |dv r,t        | j                  |   dd t        d      |dk(        }|S |dk(  r| j                  |   ddd   }|S | j                  |   dd }|d	k(  rt        |       |S |d
vrt!        d|z        |S c c}
w c c}
w )z
        Takes a pattern or list of patterns and returns a list of matching
        inventory host names, taking into account any active restrictions
        or applied subsets
        Nc              3  4   K   | ]  }|j                     y wr%   )_uuid)r'   ss     r    r(   z-InventoryManager.get_hosts.<locals>.<genexpr>  s     &^1qww&^   )r   reverse_sortedro   r   )keyreversereverse_inventoryr   )Nrt   z1Invalid 'order' specified for inventory hosts: %s)r.   r/   rE   extendrD   tuplerF   r&   _evaluate_patternssetr   ro   r   r   r   r   r   )rL   r9   ignore_limitsignore_restrictionsorderrY   pattern_listpattern_hashr   subset_uuidshs              r    	get_hostszInventoryManager.get_hostss  s     gt$"1:L#9L T\\##DLL1&4+<+<##D$5$56 !.L4#=#==-g6//9 %#&&^8O8OPTP\P\8]&^#^L(-I1L1HQIEI*t/@/@(-M14;L;L1LQMEM;KE;R**<8 44t99,GJPZ[aPbmr  wG  nG  I  --22<@2F  22<@CI%EN  "55-.adi.ijj) J Ns   #G7GG-Gc                   t        |      }g }|D ]  }|| j                  j                  v r+|j                  | j                  j	                  |             F| j                  |      }|d   dk(  r t        |      }|D cg c]	  }||vs| }}|d   dk(  r t        |      }|D cg c]	  }||v s| }}t        d |D              }|j                  |D cg c]  }|j                  |vs| c}        |S c c}w c c}w c c}w )z
        Takes a list of patterns and returns a list of matching host names,
        taking into account any negative and intersection patterns.
        r   r   r   c              3  4   K   | ]  }|j                     y wr%   )ro   )r'   ys     r    r(   z6InventoryManager._evaluate_patterns.<locals>.<genexpr>  s     (?A(?r   )	r!   rC   rY   r   rT   _match_one_patternr   r   ro   )rL   r   rY   r   thatr   existing_hostss          r    r   z#InventoryManager._evaluate_patterns  s    "(+ 	TADOO)))T__55a89..q1Q43;t9D(-?1$Q?E?qTS[t9D(-;1dQ;E;%((?(?%?NLLT!RQVV>5Q!!RS	T  @ < "Ss$   >	C;C;&	D 0D D
,D
c                   |d   dv r|dd }|| j                   vrG| j                  |      \  }}| j                  |      }	 | j                  ||      }|| j                   |<   | j                   |   S # t        $ r t        d|z        w xY w)a  
        Takes a single pattern and returns a list of matching host names.
        Ignores intersection (&) and exclusion (!) specifiers.

        The pattern may be:

            1. A regex starting with ~, e.g. '~[abc]*'
            2. A shell glob pattern with ?/*/[chars]/[!chars], e.g. 'foo*'
            3. An ordinary word that matches itself only, e.g. 'foo'

        The pattern is matched using the following rules:

            1. If it's 'all', it matches all hosts in all groups.
            2. Otherwise, for each known group name:
                (a) if it matches the group name, the results include all hosts
                    in the group or any of its children.
                (b) otherwise, if it matches any hosts in the group, the results
                    include the matching hosts.

        This means that 'foo*' may match one or more groups (thus including all
        hosts therein) but also hosts in other groups.

        The built-in groups 'all' and 'ungrouped' are special. No pattern can
        match these group names (though 'all' behaves as though it matches, as
        described above). The word 'ungrouped' can match a host of that name,
        and patterns like 'ungr*' and 'al*' can match either hosts or groups
        other than all and ungrouped.

        If the pattern matches one or more group names according to these rules,
        it may have an optional range suffix to select a subset of the results.
        This is allowed only if the pattern is not a regex, i.e. '~foo[1]' does
        not work (the [1] is interpreted as part of the regex), but 'foo*[1]'
        would work if 'foo*' matched the name of one or more groups.

        Duplicate matches are always eliminated from the results.
        r   )r   r   r   Nz-No hosts matched the subscripted pattern '%s')rG   _split_subscript_enumerate_matches_apply_subscript
IndexErrorr   )rL   r9   exprslicerY   s        r    r   z#InventoryManager._match_one_pattern  s    L 1:#abkG$--- 11':MT5++D1E^--eU; ,1D(""7++	  ^"#RU\#\]]^s   A1 1B	c                   |d   dk(  r|dfS d}t         j                  |      }|r]|j                         \  }}}}}|rt        |      df}||fS |sd}t        |      t        |      f}|dk(  rt        j                  d       ||fS )aa  
        Takes a pattern, checks if it has a subscript, and returns the pattern
        without the subscript and a (start,end) tuple representing the given
        subscript (or None if there is no subscript).

        Validates that the subscript is in the right syntax, but doesn't make
        sure the actual indices make sense in context.
        r   r   Nr   -zFUse [x:y] inclusive subscripts instead of [x-y] which has been removed)PATTERN_WITH_SUBSCRIPTr   rW   intrh   rm   )rL   r9   	subscriptmidxstartsepends           r    r   z!InventoryManager._split_subscript  s     1:T?" 	"((1./hhj+Wc5#s Xt,	 ## C ZS2	#:OO$lm##r"   c                ^    |r|s|S |\  }}|r|dk(  rt        |      dz
  }|||dz    S ||   gS )z
        Takes a list of hosts and a (start,end) tuple and returns the subset of
        hosts based on the subscript (which may be None to return all hosts).
        r   r   )len)rL   rY   r   r   r   s        r    r   z!InventoryManager._apply_subscript  sK     IL by%j1nsQw''%L>!r"   c                   g }| j                  | j                  j                        }|r=|D ]8  }|j                  | j                  j                  |   j	                                : |rd   dk(  st        fddD              rW| j                  | j                  j                        }|r/|D ]*  }|j                  | j                  j                  |          , |s@t        j                  v r.| j                  j                        }|r|j                  |       |si|sgdk7  rbdz  }t        j                  |       t        j                  dk(  rt        j                  |       |S t        j                  dk(  rt        |      |S )	z
        Returns a list of host names matching the given pattern according to the
        rules explained above in _match_one_pattern.
        r   r   c              3  &   K   | ]  }|v  
 y wr%    )r'   specialr9   s     r    r(   z6InventoryManager._enumerate_matches.<locals>.<genexpr>;  s     :rRY7g;M:rs   ).?*[r   z3Could not match supplied host pattern, ignoring: %srm   error)r   rC   rW   r   r   anyrY   r   rj   	LOCALHOSTrT   rh   r   HOST_PATTERN_MISMATCHrm   r   )	rL   r9   r:   matching_groups	groupnamematching_hostsrf   implicitmsgs	    `       r    r   z#InventoryManager._enumerate_matches-  sa    **4??+A+A7K, N	t55i@JJLMN '!*"3s:r]q:r7r!--doo.C.CWMN . DHNN4??#8#8#BCD 7akk1//8Hx( 7e3CG'QCMM#&&)3$
 	 ((G3"3'' r"   c                n    | j                  |      }t        |      dk(  r|t        j                  v r|g}|S )z* return a list of hostnames for a pattern r   )r   r   rj   r   )rL   r9   r   s      r    
list_hostszInventoryManager.list_hostsT  s7     ( v;!1;; 6YFr"   c                \    t        | j                  j                  j                               S r%   )r   rC   rW   keysrU   s    r    list_groupszInventoryManager.list_groups_  s     doo,,11344r"   c                ^    |yt        |t              s|g}t        d |D              | _        y)z
        Restrict list operations to the hosts given in restriction.  This is used
        to batch serial operations in main playbook code, don't use this for other
        reasons.
        Nc              3  F   K   | ]  }t        |j                          y wr%   )r   ro   )r'   r   s     r    r(   z5InventoryManager.restrict_to_hosts.<locals>.<genexpr>m  s     EAEs   !)r.   r/   r   rD   )rL   restrictions     r    restrict_to_hostsz"InventoryManager.restrict_to_hostsc  s1     K.&-KEEEr"   c                \   |d| _         yt        |      }g }|D ]  }|s|d   dk(  rt        |dd       }t        j                  j                  |      st        d|z        t        j                  j                  |      st        d|z        t        |      5 }|j                  |j                         j                  d      D cg c]  }t        |j                                c}       ddd       |j                  t        |              || _         yc c}w # 1 sw Y   xY w)a0  
        Limits inventory results to a subset of inventory that matches a given
        pattern, such as to select a given geographic of numeric slice amongst
        a previous 'hosts' selection that only select roles, or vice versa.
        Corresponds to --limit parameter to ansible-playbook
        Nr   @r   zUnable to find limit file %sz;Limit starting with "@" must be a file, not a directory: %s
)rE   r&   r   r   r   r   r   isfileopenr   readr3   r   r8   r   )rL   subset_patternsubset_patternsr:   xb_limit_filefdls           r    subsetzInventoryManager.subseto  s    !DL0@OG$ /Q43;#+AabE?L77>>,7*+J\+YZZ77>>,7*+ilx+xyyl+ \rBGGIOOTXDY'Zq	(:'Z[\ \ NN71:./ #DL ([\ \s   -D! D(D!D!!D+	c                    d| _         y)z! Do not restrict list operations N)rD   rU   s    r    remove_restrictionz#InventoryManager.remove_restriction  s
     r"   c                    i | _         y r%   )rG   rU   s    r    clear_pattern_cachez$InventoryManager.clear_pattern_cache  s
     r"   c                   d}|j                  d      s| j                  j                  |       |r|j                  d      }|| j                  vr| j	                  |d       d}| j                  j                  |      }|j                         }t        ||j                  dt                           }||k7  r	||_        d}|j                  dg       }|D ]]  }	|	| j                  vr| j                  j                  |	      }	d}| j                  |	   }
|
j	                  | j                  |         s\d}_ |r| j                          ||d<   y	y	)
zX
        Helper function to add a new host to inventory based on a task result.
        Fr   	host_namer   T	host_varsrW   changedN)rl   rJ   r   rY   r[   get_varsr   dictry   rW   rC   r_   rd   )rL   	host_inforesult_itemr  r  new_hostnew_host_varsnew_host_combined_vars
new_groups
group_name	new_groups              r    r   z!InventoryManager.add_dynamic_host  s<   
 y)&&--i8!k2I 

*i/zz~~i0H %--/M%1-{\`\bAc%d" 66 6"x4J( #
T[[0!%!:!::!FJ"G KK
3	%%djj&;<"G# ((*%,K	"; r"   c                   d}|j                  d      s| j                  j                  ||f       | j                  j                  |j                        }|Z|j                  | j
                  j                  k(  r| j
                  }n*|j                  d      st        d|j                  z        y|j                  d      }|j                  dg       }|| j                  vr| j                  |      }|D ]$  }|| j                  vs| j                  |       d}& | j                  j                  |   }|D ]*  }	| j                  |	   }
|
j                  |      }|s&|r)d}, ||j                         vr|j                  |      }||j                         vr|j                  |      }|r| j                          ||d<   y)	z
        Helper function to add a group (if it does not exist), and to assign the
        specified host to that group.
        Fr   Nz!%s cannot be matched in inventoryr_   parent_groupsTr  )rl   rK   r   rY   ro   rR   r   rW   r_   rC   add_child_groupr   r[   
get_groupsrd   )rL   r\   r  r  	real_hostr  parent_group_namesro   r]   parent_group_nameparent_groupnews               r    r   z"InventoryManager.add_dynamic_group  s    y)))00$1DE
 JJNN499-	yyDNN/// NN	 __Y/"#F#RSS  __[1
(___bAT[[(
3J& 	D4;;&t$		 &&z2!3 	;;'89L..u5C7		 EOO--nnY/G	,,..))%0G$$&!(Ir"   )NTT)NN)F)r   FFN)r   )"__name__
__module____qualname____doc__rP   propertyrR   rW   rY   r[   r_   ra   rd   rT   rq   rI   ru   rc   r   r   r   r   r   r   r   r   r   r   r   r  r  r  r   r   r   r"   r    r>   r>      s    )+: 5 5 & & % %;0152$C8Zx!

1"7r42,h$B"$%N	5
F#:!!&-P4)r"   r>   )8
__future__r   r   r   r   r5   r0   r   operatorr   randomr   ansibler   rj   ansible.errorsr   r   r	   ansible.inventory.datar
   ansible.module_utils.sixr   +ansible.module_utils.common.text.convertersr   r   ansible.parsing.utils.addressesr   ansible.plugins.loaderr   ansible.utils.helpersr   ansible.utils.pathr   ansible.utils.displayr   ansible.utils.varsr   ansible.vars.pluginsr   rh   IGNORED_ALWAYSINVENTORY_IGNORE_PATTERNSIGNORED_PATTERNSINVENTORY_IGNORE_EXTSescapeIGNORED_EXTSr   r   r   r7   r   r!   r&   objectr>   )r  s   0r    <module>rC     s  & #  	 
 	     " P P 0 1 I 9 3 2 * ) + @
)N)*)D)DEAHQKE 9:9P9PQA)"))A,//Q
"**TYY~0@@<OP
Q# 

 D8+6\d	)v d	)y FQs   D-2"D2