Searched refs:sm_callable (Results 1 – 1 of 1) sorted by relevance
766 PyObject *sm_callable; member773 Py_XDECREF(sm->sm_callable); in sm_dealloc()780 Py_VISIT(sm->sm_callable); in sm_traverse()787 Py_CLEAR(sm->sm_callable); in sm_clear()796 if (sm->sm_callable == NULL) { in sm_descr_get()801 Py_INCREF(sm->sm_callable); in sm_descr_get()802 return sm->sm_callable; in sm_descr_get()816 sm->sm_callable = callable; in sm_init()821 {"__func__", T_OBJECT, offsetof(staticmethod, sm_callable), READONLY},893 sm->sm_callable = callable; in PyStaticMethod_New()