Searched defs:_typeobject (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Doc/includes/
H A Dtypestruct.h1 typedef struct _typeobject { struct
60 struct _typeobject *tp_base;
/external/python/cpython2/Include/
H A Dobject.h81 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;

Completed in 128 milliseconds