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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dxxsubtype.c194 static PyTypeObject spamdict_type = { variable
269 spamdict_type.tp_base = &PyDict_Type;
270 if (PyType_Ready(&spamdict_type) < 0)
285 if (PyType_Ready(&spamdict_type) < 0)
293 Py_INCREF(&spamdict_type);
295 (PyObject *) &spamdict_type) < 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dxxsubtype.c194 static PyTypeObject spamdict_type = { variable
269 spamdict_type.tp_base = &PyDict_Type;
270 if (PyType_Ready(&spamdict_type) < 0)
285 if (PyType_Ready(&spamdict_type) < 0)
293 Py_INCREF(&spamdict_type);
295 (PyObject *) &spamdict_type) < 0)

Completed in 66 milliseconds