Home
last modified time | relevance | path

Searched defs:user_function (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dreprlib.py15 def decorating_function(user_function): argument
Dfunctools.py479 def decorating_function(user_function): argument
485 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument