AlkantarClanX12

Your IP : 18.219.231.197


Current Path : /proc/self/root/opt/alt/python35/lib64/python3.5/__pycache__/
Upload File :
Current File : //proc/self/root/opt/alt/python35/lib64/python3.5/__pycache__/linecache.cpython-35.pyc



��Yf��@s�dZddlZddlZddlZddlZdddgZddd�Ziadd�Zddd	�Z	dd
d�Z
ddd�Zd
d�ZdS)z�Cache lines from Python source files.

This is intended to read lines from modules imported -- hence if a filename
is not found, it will look down the module search path for a file by
that name.
�N�getline�
clearcache�
checkcachecCsEt||�}d|ko,t|�knr=||dSdSdS)N��)�getlines�len)�filename�lineno�module_globals�lines�r
�./opt/alt/python35/lib64/python3.5/linecache.pyrs"cCs
iadS)zClear the cache entirely.N)�cacher
r
r
rrscCsi|tkr4t|}t|�dkr4t|dSyt||�SWntk
rdt�gSYnXdS)z�Get the lines for a Python source file from the cache.
    Update the cache if it doesn't contain an entry for this file already.r�N)rr�updatecache�MemoryErrorr)r	r�entryr
r
rr%s

rcCs�|dkr!ttj��}n|tkr9|g}ndSx�|D]�}t|}t|�dkriqD|\}}}}|dkr�qDytj|�}Wntk
r�t|=wDYnX||jks�||jkrDt|=qDWdS)zUDiscard cache entries that are out of date.
    (This is not checked upon each call!)Nr)	�listr�keysr�os�stat�OSError�st_size�st_mtime)r	�	filenamesr�size�mtimer�fullnamerr
r
rr5s&


c"Cs5|tkr)tt|�dkr)t|=|sN|jd�rR|jd�rRgS|}ytj|�}Wn0tk
r�|}t||�ryt|d�}Wnttfk
r�YnLX|dkr�gSt|�ddd�|j	�D�|ft|<t|dStj
j|�r!gSxutj
D]f}ytj
j
||�}Wnttfk
rgw+YnXytj|�}PWq+tk
r�Yq+Xq+WgSYnXy)tj|��}|j�}WdQRXWntk
r�gSYnX|r|d
jd	�r|dd	7<|j|j}	}
|	|
||ft|<|S)z�Update a cache entry and return its list of lines.
    If something's wrong, print a message, discard the cache entry,
    and return an empty list.r�<�>rNcSsg|]}|d�qS)�
r
)�.0�liner
r
r�
<listcomp>qs	zupdatecache.<locals>.<listcomp>rr!���r%)rr�
startswith�endswithrrr�	lazycache�ImportError�
splitlines�path�isabs�sys�join�	TypeError�AttributeError�tokenize�open�	readlinesrr)r	rrr�basename�data�dirname�fprrrr
r
rrRsV%
#
		
	rcCs�|tkr*tt|�dkr&dSdS|sO|jd�rS|jd�rSdS|r�d|kr�|jd�}|d}t|dd	�}|r�|r�tj||�}|ft|<dSdS)
a�Seed the cache for filename with module_globals.

    The module loader will be asked for the source only when getlines is
    called, not immediately.

    If there is an entry in the cache already, it is not altered.

    :return: True if a lazy load is registered in the cache,
        otherwise False. To register such a load a module loader with a
        get_source method must be found, the filename must be a cachable
        filename, and the filename must not be already cached.
    rTFrr �
__loader__�__name__�
get_sourceN)rrr&r'�get�getattr�	functools�partial)r	r�name�loaderr:�	get_linesr
r
rr(�s
%

r()
�__doc__r=r-rr1�__all__rrrrrrr(r
r
r
r�<module>sA