Searched refs:MethodDescriptor2_Type (Results 1 – 1 of 1) sorted by relevance
6208 static PyTypeObject MethodDescriptor2_Type = { variable6808 MethodDescriptor2_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()6809 if (PyType_Ready(&MethodDescriptor2_Type) < 0) in PyInit__testcapi()6811 Py_INCREF(&MethodDescriptor2_Type); in PyInit__testcapi()6812 PyModule_AddObject(m, "MethodDescriptor2", (PyObject *)&MethodDescriptor2_Type); in PyInit__testcapi()