Searched refs:MethStatic_Type (Results 1 – 1 of 1) sorted by relevance
6680 static PyTypeObject MethStatic_Type = { variable6834 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()