Searched refs:c_void_p_method (Results 1 – 1 of 1) sorted by relevance
1825 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_O }; variable1831 static PyMethodDef c_void_p_method = { "from_param", c_void_p_from_param, METH_VARARGS }; variable2047 ml = &c_void_p_method; in PyCSimpleType_new()