Home
last modified time | relevance | path

Searched refs:comerror_doc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5226 static const char comerror_doc[] = "Raised when a COM method call failed."; variable
5285 PyDoc_STR(comerror_doc), /* tp_doc */
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5486 static char comerror_doc[] = "Raised when a COM method call failed."; variable
5550 s = PyString_FromString(comerror_doc); in create_comerror()