o
    Zh                     @   s@   d Z ddlZddlZddlmZ ejZeejd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                 C   s   t dtdd tj| |d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    r
   O/var/www/html/lang_env/lib/python3.10/site-packages/IPython/utils/ulinecache.pyr      s   r   )N)__doc__	functoolsr   warningsr   getlinewrapsr   r
   r
   r
   r   <module>   s    
