Searched refs:cm_callable (Results 1 – 1 of 1) sorted by relevance
701 PyObject *cm_callable; member709 Py_XDECREF(cm->cm_callable); in cm_dealloc()717 Py_VISIT(cm->cm_callable); in cm_traverse()725 Py_CLEAR(cm->cm_callable); in cm_clear()736 if (cm->cm_callable == NULL) { in cm_descr_get()743 if (Py_TYPE(cm->cm_callable)->tp_descr_get != NULL) { in cm_descr_get()744 return Py_TYPE(cm->cm_callable)->tp_descr_get(cm->cm_callable, type, in cm_descr_get()747 return PyMethod_New(cm->cm_callable, type); in cm_descr_get()761 Py_XSETREF(cm->cm_callable, callable); in cm_init()766 {"__func__", T_OBJECT, offsetof(classmethod, cm_callable), READONLY},[all …]