Searched refs:methodcaller_type (Results 1 – 2 of 2) sorted by relevance
653 static PyTypeObject methodcaller_type; variable668 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()731 static PyTypeObject methodcaller_type = { variable798 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()800 Py_INCREF(&methodcaller_type); in initoperator()801 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()
781 static PyTypeObject methodcaller_type; variable796 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()859 static PyTypeObject methodcaller_type = { variable926 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()928 Py_INCREF(&methodcaller_type); in initoperator()929 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()