Searched refs:PyCMethodObject (Results 1 – 2 of 2) sorted by relevance
26 } PyCMethodObject; typedef30 _Py_CAST(PyCMethodObject*, (func)))
87 PyCMethodObject *om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type); in PyCMethod_New()373 .tp_basicsize = sizeof(PyCMethodObject),