Searched refs:methodcaller_type (Results 1 – 4 of 4) sorted by relevance
785 static PyTypeObject methodcaller_type; variable800 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()864 static PyTypeObject methodcaller_type = { variable931 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()933 Py_INCREF(&methodcaller_type); in initoperator()934 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()
1494 static PyTypeObject methodcaller_type; variable1517 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()1707 static PyTypeObject methodcaller_type = { variable1757 &methodcaller_type in operator_exec()
641 Modules/_operator.c:methodcaller_type static PyTypeObject methodcaller_t…
495 Modules/_operator.c - methodcaller_type variable static PyTypeObject methodcaller_type