Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dxxsubtype.c194 static PyTypeObject spamdict_type = { variable
269 spamdict_type.tp_base = &PyDict_Type; in xxsubtype_exec()
270 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec()
279 if (PyType_Ready(&spamdict_type) < 0) in xxsubtype_exec()
287 Py_INCREF(&spamdict_type); in xxsubtype_exec()
289 (PyObject *) &spamdict_type) < 0) in xxsubtype_exec()

Completed in 2 milliseconds