Home
last modified time | relevance | path

Searched defs:lru_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dmodule.h51 PyObject *lru_cache; member
Dconnection.c134 PyObject *lru_cache = state->lru_cache; in new_statement_cache() local
/third_party/python/Lib/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function