Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dshoddy.c33 static PyTypeObject ShoddyType = { variable
81 ShoddyType.tp_base = &PyList_Type; in initshoddy()
82 if (PyType_Ready(&ShoddyType) < 0) in initshoddy()
89 Py_INCREF(&ShoddyType); in initshoddy()
90 PyModule_AddObject(m, "Shoddy", (PyObject *) &ShoddyType); in initshoddy()
/external/python/cpython2/Doc/extending/
Dnewtypes.rst884 ShoddyType.tp_base = &PyList_Type;
885 if (PyType_Ready(&ShoddyType) < 0)
892 Py_INCREF(&ShoddyType);
893 PyModule_AddObject(m, "Shoddy", (PyObject *) &ShoddyType);