Home
last modified time | relevance | path

Searched refs:MethodDescriptor2_Type (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_testcapimodule.c6553 static PyTypeObject MethodDescriptor2_Type = { variable
7202 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()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv147 Modules/_testcapimodule.c - MethodDescriptor2_Type -