_heaptypeobject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

as_async
PyAsyncMethods as_async;
Undocumented in source.
as_buffer
PyBufferProcs as_buffer;
Undocumented in source.
as_mapping
PyMappingMethods as_mapping;
Undocumented in source.
as_number
PyNumberMethods as_number;
Undocumented in source.
as_sequence
PySequenceMethods as_sequence;
Undocumented in source.
ht_cached_keys
_dictkeysobject* ht_cached_keys;
Undocumented in source.
ht_name
_object* ht_name;
Undocumented in source.
ht_qualname
_object* ht_qualname;
Undocumented in source.
ht_slots
_object* ht_slots;
Undocumented in source.
ht_type
_typeobject ht_type;
Undocumented in source.

Meta