_typeobject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct _typeobject {}

Members

Variables

ob_base
PyVarObject ob_base;
Undocumented in source.
tp_alloc
_object* function(_typeobject*, c_long) tp_alloc;
Undocumented in source.
tp_as_async
PyAsyncMethods* tp_as_async;
Undocumented in source.
tp_as_buffer
PyBufferProcs* tp_as_buffer;
Undocumented in source.
tp_as_mapping
PyMappingMethods* tp_as_mapping;
Undocumented in source.
tp_as_number
PyNumberMethods* tp_as_number;
Undocumented in source.
tp_as_sequence
PySequenceMethods* tp_as_sequence;
Undocumented in source.
tp_base
_typeobject* tp_base;
Undocumented in source.
tp_bases
_object* tp_bases;
Undocumented in source.
tp_basicsize
c_long tp_basicsize;
Undocumented in source.
tp_cache
_object* tp_cache;
Undocumented in source.
tp_call
_object* function(_object*, _object*, _object*) tp_call;
Undocumented in source.
tp_clear
int function(_object*) tp_clear;
Undocumented in source.
tp_dealloc
void function(_object*) tp_dealloc;
Undocumented in source.
tp_del
void function(_object*) tp_del;
Undocumented in source.
tp_descr_get
_object* function(_object*, _object*, _object*) tp_descr_get;
Undocumented in source.
tp_descr_set
int function(_object*, _object*, _object*) tp_descr_set;
Undocumented in source.
tp_dict
_object* tp_dict;
Undocumented in source.
tp_dictoffset
c_long tp_dictoffset;
Undocumented in source.
tp_doc
const(char)* tp_doc;
Undocumented in source.
tp_finalize
void function(_object*) tp_finalize;
Undocumented in source.
tp_flags
c_ulong tp_flags;
Undocumented in source.
tp_free
void function(void*) tp_free;
Undocumented in source.
tp_getattr
_object* function(_object*, char*) tp_getattr;
Undocumented in source.
tp_getattro
_object* function(_object*, _object*) tp_getattro;
Undocumented in source.
tp_getset
PyGetSetDef* tp_getset;
Undocumented in source.
tp_hash
c_long function(_object*) tp_hash;
Undocumented in source.
tp_init
int function(_object*, _object*, _object*) tp_init;
Undocumented in source.
tp_is_gc
int function(_object*) tp_is_gc;
Undocumented in source.
tp_itemsize
c_long tp_itemsize;
Undocumented in source.
tp_iter
_object* function(_object*) tp_iter;
Undocumented in source.
tp_iternext
_object* function(_object*) tp_iternext;
Undocumented in source.
tp_members
PyMemberDef* tp_members;
Undocumented in source.
tp_methods
PyMethodDef* tp_methods;
Undocumented in source.
tp_mro
_object* tp_mro;
Undocumented in source.
tp_name
const(char)* tp_name;
Undocumented in source.
tp_new
_object* function(_typeobject*, _object*, _object*) tp_new;
Undocumented in source.
tp_print
int function(_object*, _IO_FILE*, int) tp_print;
Undocumented in source.
tp_repr
_object* function(_object*) tp_repr;
Undocumented in source.
tp_richcompare
_object* function(_object*, _object*, int) tp_richcompare;
Undocumented in source.
tp_setattr
int function(_object*, char*, _object*) tp_setattr;
Undocumented in source.
tp_setattro
int function(_object*, _object*, _object*) tp_setattro;
Undocumented in source.
tp_str
_object* function(_object*) tp_str;
Undocumented in source.
tp_subclasses
_object* tp_subclasses;
Undocumented in source.
tp_traverse
int function(_object*, int function(_object*, void*), void*) tp_traverse;
Undocumented in source.
tp_version_tag
uint tp_version_tag;
Undocumented in source.
tp_weaklist
_object* tp_weaklist;
Undocumented in source.
tp_weaklistoffset
c_long tp_weaklistoffset;
Undocumented in source.

Meta