static PyMethodDef whatmethods[] = { {"doYouDo", (PyCFunction)what_doYouDo, METH_VARARGS | METH_KEYWORDS, ""}, {NULL, NULL, 0, NULL}, };