HomeSort by relevance Sort by last modified time
    Searched refs:Xxo_Type (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 26 static PyTypeObject Xxo_Type;
28 #define XxoObject_Check(v) (Py_TYPE(v) == &Xxo_Type)
34 self = PyObject_New(XxoObject, &Xxo_Type);
97 static PyTypeObject Xxo_Type = {
353 if (PyType_Ready(&Xxo_Type) < 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 26 static PyTypeObject Xxo_Type;
28 #define XxoObject_Check(v) (Py_TYPE(v) == &Xxo_Type)
34 self = PyObject_New(XxoObject, &Xxo_Type);
97 static PyTypeObject Xxo_Type = {
353 if (PyType_Ready(&Xxo_Type) < 0)

Completed in 51 milliseconds