Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dfunctools.py518 def decorating_function(user_function): argument
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument
651 def cache(user_function, /): argument
Dreprlib.py12 def decorating_function(user_function): argument
Ddataclasses.py228 def _recursive_repr(user_function): argument