Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testinternalcapi.c199 static PyMethodDef TestMethods[] = { variable
213 TestMethods,
D_testcapimodule.c5299 static PyMethodDef TestMethods[] = { variable
6744 TestMethods,
/external/python/cpython2/Modules/
D_testcapimodule.c2669 static PyMethodDef TestMethods[] = { variable
2952 m = Py_InitModule("_testcapi", TestMethods); in init_testcapi()