Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dxxmodule.c26 static PyTypeObject Xxo_Type; variable
28 #define XxoObject_Check(v) (Py_TYPE(v) == &Xxo_Type)
34 self = PyObject_New(XxoObject, &Xxo_Type); in newXxoObject()
97 static PyTypeObject Xxo_Type = { variable
353 if (PyType_Ready(&Xxo_Type) < 0) in initxx()