Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D_text.py3 from ._functools import method_cache
90 @method_cache
D_functools.py6 def method_cache(method, cache_wrapper=None): function
D__init__.py24 from ._functools import method_cache, pass_none
794 @method_cache
/external/python/cpython3/Lib/importlib/metadata/
D_text.py3 from ._functools import method_cache
90 @method_cache
D_functools.py6 def method_cache(method, cache_wrapper=None): function
D__init__.py20 from ._functools import method_cache
810 @method_cache
/external/python/setuptools/setuptools/_vendor/jaraco/text/
D__init__.py11 from setuptools.extern.jaraco.functools import compose, method_cache
120 @method_cache
/external/python/setuptools/pkg_resources/_vendor/jaraco/text/
D__init__.py11 from pkg_resources.extern.jaraco.functools import compose, method_cache
120 @method_cache
/external/python/cpython2/Objects/
Dtypeobject.c34 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; variable
60 sizeof(method_cache) / 1024); in PyType_ClearCache()
64 method_cache[i].version = 0; in PyType_ClearCache()
65 Py_CLEAR(method_cache[i].name); in PyType_ClearCache()
66 method_cache[i].value = NULL; in PyType_ClearCache()
189 method_cache[i].value = NULL; in assign_version_tag()
191 Py_XSETREF(method_cache[i].name, Py_None); in assign_version_tag()
2539 if (method_cache[h].version == type->tp_version_tag && in _PyType_Lookup()
2540 method_cache[h].name == name) { in _PyType_Lookup()
2544 return method_cache[h].value; in _PyType_Lookup()
[all …]
/external/python/setuptools/pkg_resources/_vendor/jaraco/
Dfunctools.py100 def method_cache( function
/external/python/setuptools/setuptools/_vendor/jaraco/
Dfunctools.py100 def method_cache( function
/external/python/cpython3/Tools/c-analyzer/
DTODO142 Objects/typeobject.c:method_cache static struct method_cache_entry m…
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv2094 Objects/typeobject.c - method_cache -