Searched refs:from_param_doc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 694 static const char from_param_doc[] = variable 747 { "from_param", CDataType_from_param, METH_O, from_param_doc }, 1110 { "from_param", (PyCFunction)PyCPointerType_from_param, METH_O, from_param_doc}, 2188 { "from_param", PyCSimpleType_from_param, METH_O, from_param_doc },
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 733 static char from_param_doc[] = variable 786 { "from_param", CDataType_from_param, METH_O, from_param_doc }, 1154 { "from_param", (PyCFunction)PyCPointerType_from_param, METH_O, from_param_doc}, 2280 { "from_param", PyCSimpleType_from_param, METH_O, from_param_doc },
|