Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c6680 static PyTypeObject MethStatic_Type = { variable
6834 if (PyType_Ready(&MethStatic_Type) < 0) in PyInit__testcapi()
6836 Py_INCREF(&MethStatic_Type); in PyInit__testcapi()
6837 PyModule_AddObject(m, "MethStatic", (PyObject *)&MethStatic_Type); in PyInit__testcapi()