Searched refs:MethodDescriptorBase_Type (Results 1 – 2 of 2) sorted by relevance
7338 static PyTypeObject MethodDescriptorBase_Type = { variable8041 if (PyType_Ready(&MethodDescriptorBase_Type) < 0) in PyInit__testcapi()8043 Py_INCREF(&MethodDescriptorBase_Type); in PyInit__testcapi()8044 PyModule_AddObject(m, "MethodDescriptorBase", (PyObject *)&MethodDescriptorBase_Type); in PyInit__testcapi()8046 MethodDescriptorDerived_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()8052 MethodDescriptorNopGet_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()8058 MethodDescriptor2_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()
145 Modules/_testcapimodule.c - MethodDescriptorBase_Type -