_heaptypeobject Struct Reference

_heaptypeobject Struct Reference

#include <object.h>

Class Description

Definition at line 415 of file object.h.

Public Attributes

PyTypeObject ht_type
 
PyNumberMethods as_number
 
PyMappingMethods as_mapping
 
PySequenceMethods as_sequence
 
PyBufferProcs as_buffer
 
PyObjectht_name
 
PyObjectht_slots
 

Member Data Documentation

PyBufferProcs as_buffer

Definition at line 426 of file object.h.

PyMappingMethods as_mapping

Definition at line 420 of file object.h.

PyNumberMethods as_number

Definition at line 419 of file object.h.

PySequenceMethods as_sequence

Definition at line 421 of file object.h.

PyObject* ht_name

Definition at line 427 of file object.h.

PyObject * ht_slots

Definition at line 427 of file object.h.

PyTypeObject ht_type

Definition at line 418 of file object.h.


The documentation for this struct was generated from the following file: