Searched defs:PyTypeObject (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Doc/includes/
H A Dtypestruct.h76 } PyTypeObject; typedef in typeref:struct:_typeobject
/external/python/cpython3/Doc/includes/
H A Dtypestruct.h80 } PyTypeObject; typedef in typeref:struct:_typeobject
/external/python/cpython2/Include/
H A Dobject.h411 } PyTypeObject; typedef in typeref:struct:_typeobject
418 PyTypeObject ht_type;
437 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
441 PyAPI_DATA(PyTypeObject) PyType_Type; /* built-in 'type' */
442 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
443 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
449 PyAPI_FUNC(int) PyType_Ready(PyTypeObject *);
450 PyAPI_FUNC(PyObject *) PyType_GenericAlloc(PyTypeObject *, Py_ssize_t);
451 PyAPI_FUNC(PyObject *) PyType_GenericNew(PyTypeObject *,
[all...]
/external/python/cpython3/Include/
H A Dobject.h344 typedef struct _typeobject PyTypeObject; /* opaque */ typedef in typeref:struct:_typeobject
435 } PyTypeObject; typedef in typeref:struct:_typeobject
456 PyAPI_FUNC(void*) PyType_GetSlot(PyTypeObject*, int);
464 PyTypeObject ht_type;
485 PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
489 PyAPI_DATA(PyTypeObject) PyType_Type; /* built-in 'type' */
490 PyAPI_DATA(PyTypeObject) PyBaseObject_Type; /* built-in 'object' */
491 PyAPI_DATA(PyTypeObject) PySuper_Type; /* built-in 'super' */
493 PyAPI_FUNC(unsigned long) PyType_GetFlags(PyTypeObject*);
[all...]

Completed in 639 milliseconds