Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/psycopg2/__pycache__/_lru_cache.cpython-39.pyc
Ðазад
a d�h� � @ sD d Z ddlmZ ddlmZ ddlmZ edg d��Zddd �Zd S )z� LRU cache implementation for Python 2.7 Ported from http://code.activestate.com/recipes/578078/ and simplified for our use (only support maxsize > 0 and positional arguments). � )� namedtuple)�update_wrapper)�RLock� CacheInfo)�hits�misses�maxsize�currsize�d c s � fdd�}|S )z�Least-recently-used cache decorator. Arguments to the cached function must be hashable. See: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used c s� t � �ddg�d\� ��j�t�t� � g }||d d g|d d �<