Searched refs:_typeobject (Results 1 – 3 of 3) sorted by relevance
1 typedef struct _typeobject { struct61 struct _typeobject *tp_base; argument
66 typedef struct _typeobject PyTypeObject;239 PyAPI_FUNC(PyObject *) PyType_GetModule(struct _typeobject *);240 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
191 struct _typeobject { struct251 struct _typeobject *tp_base; argument