Searched refs:cm_callable (Results 1 – 1 of 1) sorted by relevance
608 PyObject *cm_callable; member615 Py_XDECREF(cm->cm_callable); in cm_dealloc()622 Py_VISIT(cm->cm_callable); in cm_traverse()629 Py_CLEAR(cm->cm_callable); in cm_clear()639 if (cm->cm_callable == NULL) { in cm_descr_get()646 return PyMethod_New(cm->cm_callable, in cm_descr_get()661 cm->cm_callable = callable; in cm_init()666 {"__func__", T_OBJECT, offsetof(classmethod, cm_callable), READONLY},741 cm->cm_callable = callable; in PyClassMethod_New()