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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 24 } XxoObject;
30 static XxoObject *
33 XxoObject *self;
34 self = PyObject_New(XxoObject, &Xxo_Type);
44 Xxo_dealloc(XxoObject *self)
51 Xxo_demo(XxoObject *self, PyObject *args)
66 Xxo_getattr(XxoObject *self, char *name)
79 Xxo_setattr(XxoObject *self, char *name, PyObject *v)
102 sizeof(XxoObject), /*tp_basicsize*/
168 XxoObject *rv
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 24 } XxoObject;
30 static XxoObject *
33 XxoObject *self;
34 self = PyObject_New(XxoObject, &Xxo_Type);
44 Xxo_dealloc(XxoObject *self)
51 Xxo_demo(XxoObject *self, PyObject *args)
66 Xxo_getattr(XxoObject *self, char *name)
79 Xxo_setattr(XxoObject *self, char *name, PyObject *v)
102 sizeof(XxoObject), /*tp_basicsize*/
168 XxoObject *rv
    [all...]

Completed in 64 milliseconds