Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_abc.c.h14 {"_reset_registry", (PyCFunction)_abc__reset_registry, METH_O, _abc__reset_registry__doc__},
/external/python/cpython3/Modules/
D_abc.c179 _abc__reset_registry(PyObject *module, PyObject *self) in _abc__reset_registry() function