Searched refs:spamdict_type (Results 1 – 2 of 2) sorted by relevance
194 static PyTypeObject spamdict_type = { variable269 spamdict_type.tp_base = &PyDict_Type; in initxxsubtype()270 if (PyType_Ready(&spamdict_type) < 0) in initxxsubtype()285 if (PyType_Ready(&spamdict_type) < 0) in initxxsubtype()293 Py_INCREF(&spamdict_type); in initxxsubtype()295 (PyObject *) &spamdict_type) < 0) in initxxsubtype()
194 static PyTypeObject spamdict_type = { variable267 spamdict_type.tp_base = &PyDict_Type; in xxsubtype_exec()268 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec()277 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec()285 Py_INCREF(&spamdict_type); in xxsubtype_exec()287 (PyObject *) &spamdict_type) < 0) in xxsubtype_exec()