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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 81 struct _typeobject *ob_type;
321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *);
322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t);
324 typedef struct _typeobject { struct
383 struct _typeobject *tp_base;
408 struct _typeobject *tp_prev;
409 struct _typeobject *tp_next;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 81 struct _typeobject *ob_type;
321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *);
322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t);
324 typedef struct _typeobject { struct
383 struct _typeobject *tp_base;
408 struct _typeobject *tp_prev;
409 struct _typeobject *tp_next;
    [all...]

Completed in 54 milliseconds