Searched refs:PythonMessage_class (Results 1 – 1 of 1) sorted by relevance
97 static PyObject* PythonMessage_class; variable229 PyTuple_GET_ITEM(bases, 0) == PythonMessage_class))) { in New()269 PythonMessage_class, dict)); in New()272 PythonMessage_class, well_known_class, dict)); in New()287 reinterpret_cast<PyTypeObject*>(PythonMessage_class)) < 0 || in New()3064 PythonMessage_class = PyObject_GetAttrString(message_module, "Message"); in CheckAndGetInteger()