Searched refs:kc_atoi (Results 1 – 1 of 1) sorted by relevance
58 static PyObject* kc_atoi(PyObject* pyself, PyObject* pyargs);726 { "atoi", (PyCFunction)kc_atoi, METH_VARARGS, in define_module()768 static PyObject* kc_atoi(PyObject* pyself, PyObject* pyargs) { in kc_atoi() function