Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c3400 type_prepare(PyObject *self, PyObject *const *args, Py_ssize_t nargs, in type_prepare() function
3517 {"__prepare__", (PyCFunction)(void(*)(void))type_prepare,