Home
last modified time | relevance | path

Searched defs:method_cache (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/importlib/metadata/
D_functools.py6 def method_cache(method, cache_wrapper=None): function
/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D_functools.py6 def method_cache(method, cache_wrapper=None): function
/external/python/setuptools/setuptools/_vendor/jaraco/
Dfunctools.py100 def method_cache( function
/external/python/setuptools/pkg_resources/_vendor/jaraco/
Dfunctools.py100 def method_cache( function
/external/python/cpython2/Objects/
Dtypeobject.c34 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; variable