#include <object.h>
Public Attributes | |
| PyTypeObject | ht_type |
| PyAsyncMethods | as_async |
| PyNumberMethods | as_number |
| PyMappingMethods | as_mapping |
| PySequenceMethods | as_sequence |
| PyBufferProcs | as_buffer |
| PyObject * | ht_name |
| PyObject * | ht_slots |
| PyObject * | ht_qualname |
| struct _dictkeysobject * | ht_cached_keys |
| PyObject * | ht_module |
| PyTypeObject ht_type |
| PyAsyncMethods as_async |
| PyNumberMethods as_number |
| PyMappingMethods as_mapping |
| PySequenceMethods as_sequence |
| PyBufferProcs as_buffer |
| PyObject* ht_name |
| PyObject * ht_slots |
| PyObject * ht_qualname |
| struct _dictkeysobject* ht_cached_keys |
| PyObject* ht_module |