
    &e                     r    d Z ddlZddlZddlmZ ej        Z ej        ej                  dd            ZdS )z
This module has been deprecated since IPython 6.0.

Wrapper around linecache which decodes files to unicode according to PEP 263.
    N)warnc                 \    t          dt          d           t          j        | |          S )z&
    Deprecated since IPython 6.0
    zk`IPython.utils.ulinecache.getlines` is deprecated since IPython 6.0 and will be removed in future versions.   )
stacklevel)module_globals)r   DeprecationWarning	linecachegetlines)filenamer   s     8lib/python3.11/site-packages/IPython/utils/ulinecache.pyr
   r
      s>    
 	 A	+ + + + h~FFFF    )N)__doc__	functoolsr	   warningsr   getlinewrapsr
    r   r   <module>r      s    
              

 #$$G G G %$G G Gr   