Searched refs:init_subclass (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dtypeobject.c2045 static int init_subclass(PyTypeObject *, PyObject *);
2719 if (init_subclass(type, kwds) < 0)
7049 init_subclass(PyTypeObject *type, PyObject *kwds) function

Completed in 81 milliseconds