Searched refs:PyMethod_Type (Results 1 – 6 of 6) sorted by relevance
39 PyAPI_DATA(PyTypeObject) PyClass_Type, PyInstance_Type, PyMethod_Type;43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type)
2235 PyObject_INIT(im, &PyMethod_Type); in PyMethod_New()2239 im = PyObject_GC_New(PyMethodObject, &PyMethod_Type); in PyMethod_New()2609 PyTypeObject PyMethod_Type = { variable
2165 if (PyType_Ready(&PyMethod_Type) < 0) in _Py_ReadyTypes()
2259 PyObject_INIT(im, &PyMethod_Type); in PyMethod_New()2263 im = PyObject_GC_New(PyMethodObject, &PyMethod_Type); in PyMethod_New()2633 PyTypeObject PyMethod_Type = { variable
2174 if (PyType_Ready(&PyMethod_Type) < 0) in _Py_ReadyTypes()