Home
last modified time | relevance | path

Searched refs:lru_cache_make_key (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_functoolsmodule.c751 lru_cache_make_key(PyObject *args, PyObject *kwds, int typed) in lru_cache_make_key() function
835 PyObject *key = lru_cache_make_key(args, kwds, self->typed); in infinite_lru_cache_wrapper()
936 key = lru_cache_make_key(args, kwds, self->typed); in bounded_lru_cache_wrapper()