
    f                         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y)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    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     S/var/www/cvtools/html/venv/lib/python3.12/site-packages/IPython/utils/ulinecache.pyr
   r
      s,    
 	 A	+ h~FF    )N)__doc__	functoolsr	   warningsr   getlinewrapsr
    r   r   <module>r      sG   
   


 ##$G %Gr   