
    /hh                         % S r SSKr\R                  r\r\r\\\4   r	\
" 5       r\
\	   \S'   SSS\SS4S	 jrS
 rS r\" 5         g)a#  A minimal hook for gathering line coverage of the standard library.

Designed to be used with -Xpresite= which means:
* it installs itself on import
* it's not imported as `__main__` so can't use the ifmain idiom
* it can't import anything besides `sys` to avoid tainting gathered coverage
* filenames are not normalized

To get gathered coverage back, look for 'test.cov' in `sys.modules`
instead of importing directly. That way you can determine if the module
was already in use.

If you need to disable the hook, call the `disable()` function.
    Ncoveragecodeztypes.CodeTypelinenoreturnz&typing.Literal[sys.monitoring.DISABLE]c                 d    [         R                  U R                  U45        [        R                  $ )N)r   addco_filenamemonDISABLE)r   r   s     1/opt/python-3.13.8/usr/lib/python3.13/test/cov.pyadd_liner      s%     LL$""F+,;;    c                  F   [         R                  [         R                  S5        [         R                  [         R                  [         R                  R
                  [        5        [         R                  [         R                  [         R                  R
                  5        g )Nzregrtest coverage)r
   use_tool_idCOVERAGE_IDregister_callbackeventsLINEr   
set_events r   r   enabler   $   sM    OOCOO%89#//3::??HENN3??CJJOO4r   c                     [         R                  [         R                  S5        [         R                  [         R                  [         R                  R
                  S 5        [         R                  [         R                  5        g )Nr   )r
   r   r   r   r   r   free_tool_idr   r   r   disabler   *   sD    NN3??A&#//3::??DAS__%r   )__doc__sys
monitoringr
   strFileNameintLineNotupleLocationsetr   __annotations__r   r   r   r   r   r   <module>r&      sq    	nn	6!"%#h- 
 .5& r   