Searched refs:methodcaller_type (Results 1 – 2 of 2) sorted by relevance
8 PyObject *methodcaller_type; member1505 mc = PyObject_GC_New(methodcallerobject, (PyTypeObject *)state->methodcaller_type); in methodcaller_new()1749 state->methodcaller_type = PyType_FromModuleAndSpec(module, &methodcaller_type_spec, NULL); in operator_exec()1750 if (state->methodcaller_type == NULL) { in operator_exec()1753 if (PyModule_AddType(module, (PyTypeObject *)state->methodcaller_type) < 0) { in operator_exec()1772 Py_VISIT(state->methodcaller_type); in operator_traverse()1782 Py_CLEAR(state->methodcaller_type); in operator_clear()
636 Modules/_operator.c:methodcaller_type static PyTypeObject methodcaller_t…