Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dxxsubtype.c194 static PyTypeObject spamdict_type = { variable
269 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()
/external/python/cpython3/Modules/
Dxxsubtype.c194 static PyTypeObject spamdict_type = { variable
267 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()