Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_abc.c.h155 _abc_get_cache_token_impl(PyObject *module);
160 return _abc_get_cache_token_impl(module); in _abc_get_cache_token()
/external/python/cpython3/Modules/
D_abc.c833 _abc_get_cache_token_impl(PyObject *module) in _abc_get_cache_token_impl() function