Home
last modified time | relevance | path

Searched defs:c_wchar_p_method (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1907 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_O }; variable
1913 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_VARARGS }; variable
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1839 static PyMethodDef c_wchar_p_method = { "from_param", c_wchar_p_from_param, METH_O }; variable