Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2905 static PyTypeObject test_structmembersType = { variable
2958 Py_TYPE(&test_structmembersType)=&PyType_Type; in init_testcapi()
2959 Py_INCREF(&test_structmembersType); in init_testcapi()
2962 PyModule_AddObject(m, "_test_structmembersType", (PyObject *)&test_structmembersType); in init_testcapi()
/external/python/cpython3/Modules/
D_testcapimodule.c6007 static PyTypeObject test_structmembersType = { variable
7159 Py_SET_TYPE(&test_structmembersType, &PyType_Type); in PyInit__testcapi()
7160 Py_INCREF(&test_structmembersType); in PyInit__testcapi()
7163 PyModule_AddObject(m, "_test_structmembersType", (PyObject *)&test_structmembersType); in PyInit__testcapi()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv136 Modules/_testcapimodule.c - test_structmembersType -