Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c7378 static PyTypeObject MethodDescriptor2_Type = { variable
8058 MethodDescriptor2_Type.tp_base = &MethodDescriptorBase_Type; in PyInit__testcapi()
8059 if (PyType_Ready(&MethodDescriptor2_Type) < 0) in PyInit__testcapi()
8061 Py_INCREF(&MethodDescriptor2_Type); in PyInit__testcapi()
8062 PyModule_AddObject(m, "MethodDescriptor2", (PyObject *)&MethodDescriptor2_Type); in PyInit__testcapi()

Completed in 10 milliseconds