Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtypestruct.h1 typedef struct _typeobject { struct
61 struct _typeobject *tp_base; argument
/third_party/python/Include/
Dobject.h66 typedef struct _typeobject PyTypeObject;
239 PyAPI_FUNC(PyObject *) PyType_GetModule(struct _typeobject *);
240 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
/third_party/python/Include/cpython/
Dobject.h191 struct _typeobject { struct
251 struct _typeobject *tp_base; argument