Searched refs:comerror_doc (Results 1 – 2 of 2) sorted by relevance
5226 static const char comerror_doc[] = "Raised when a COM method call failed."; variable5285 PyDoc_STR(comerror_doc), /* tp_doc */
5486 static char comerror_doc[] = "Raised when a COM method call failed."; variable5550 s = PyString_FromString(comerror_doc); in create_comerror()