Searched refs:MethodDescriptor2_Type (Results 1 – 2 of 2) sorted by relevance
6553 static PyTypeObject MethodDescriptor2_Type = { variable7202 MethodDescriptor2_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()7203 if (PyType_Ready(&MethodDescriptor2_Type) < 0) in PyInit__testcapi()7205 Py_INCREF(&MethodDescriptor2_Type); in PyInit__testcapi()7206 PyModule_AddObject(m, "MethodDescriptor2", (PyObject *)&MethodDescriptor2_Type); in PyInit__testcapi()
147 Modules/_testcapimodule.c - MethodDescriptor2_Type -