Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c1188 test_k_code(PyObject *self) in test_k_code() function
2686 {"test_k_code", (PyCFunction)test_k_code, METH_NOARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c1211 test_k_code(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_k_code() function
5345 {"test_k_code", test_k_code, METH_NOARGS},