Searched refs:MethodDescriptorBase_Type (Results 1 – 2 of 2) sorted by relevance
6513 static PyTypeObject MethodDescriptorBase_Type = { variable7185 if (PyType_Ready(&MethodDescriptorBase_Type) < 0) in PyInit__testcapi()7187 Py_INCREF(&MethodDescriptorBase_Type); in PyInit__testcapi()7188 PyModule_AddObject(m, "MethodDescriptorBase", (PyObject *)&MethodDescriptorBase_Type); in PyInit__testcapi()7190 MethodDescriptorDerived_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()7196 MethodDescriptorNopGet_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()7202 MethodDescriptor2_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()
144 Modules/_testcapimodule.c - MethodDescriptorBase_Type -