Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_abc.c.h38 {"_get_dump", (PyCFunction)_abc__get_dump, METH_O, _abc__get_dump__doc__},
/external/python/cpython3/Modules/
D_abc.c241 _abc__get_dump(PyObject *module, PyObject *self) in _abc__get_dump() function