Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtypevarobject.c.h620 {"__reduce__", (PyCFunction)typealias_reduce, METH_NOARGS, typealias_reduce__doc__},
626 typealias_reduce(typealiasobject *self, PyObject *Py_UNUSED(ignored)) in typealias_reduce() function