Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6208 static PyTypeObject MethodDescriptor2_Type = { variable
6808 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()