PyTypeObject

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

Members

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

tp_alloc
allocfunc tp_alloc;
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
PyTypeObject* tp_base;
Undocumented in source.
tp_bases
PyObject* tp_bases;
Undocumented in source.
tp_basicsize
Py_ssize_t tp_basicsize;
Undocumented in source.
tp_cache
PyObject* tp_cache;
Undocumented in source.
tp_call
ternaryfunc tp_call;
Undocumented in source.
tp_clear
inquiry tp_clear;
Undocumented in source.
tp_compare
cmpfunc tp_compare;
Undocumented in source.
tp_dealloc
destructor tp_dealloc;
Undocumented in source.
tp_del
destructor tp_del;
Undocumented in source.
tp_descr_get
descrgetfunc tp_descr_get;
Undocumented in source.
tp_descr_set
descrsetfunc tp_descr_set;
Undocumented in source.
tp_dict
PyObject* tp_dict;
Undocumented in source.
tp_dictoffset
Py_ssize_t tp_dictoffset;
Undocumented in source.
tp_dictoffset
C_long tp_dictoffset;
Undocumented in source.
tp_doc
Char1* tp_doc;
Undocumented in source.
tp_flags
C_long tp_flags;
Undocumented in source.
tp_free
freefunc tp_free;
Undocumented in source.
tp_getattr
getattrfunc tp_getattr;
Undocumented in source.
tp_getattro
getattrofunc tp_getattro;
Undocumented in source.
tp_getset
PyGetSetDef* tp_getset;
Undocumented in source.
tp_hash
hashfunc tp_hash;
Undocumented in source.
tp_init
initproc tp_init;
Undocumented in source.
tp_is_gc
inquiry tp_is_gc;
tp_itemsize
Py_ssize_t tp_itemsize;
Undocumented in source.
tp_iter
getiterfunc tp_iter;
Undocumented in source.
tp_iternext
iternextfunc tp_iternext;
Undocumented in source.
tp_members
PyMemberDef* tp_members;
Undocumented in source.
tp_methods
PyMethodDef* tp_methods;
Undocumented in source.
tp_mro
PyObject* tp_mro;
Undocumented in source.
tp_name
Char1* tp_name;
Undocumented in source.
tp_new
newfunc tp_new;
Undocumented in source.
tp_print
printfunc tp_print;
Undocumented in source.
tp_repr
reprfunc tp_repr;
Undocumented in source.
tp_richcompare
richcmpfunc tp_richcompare;
Undocumented in source.
tp_setattr
setattrfunc tp_setattr;
Undocumented in source.
tp_setattro
setattrofunc tp_setattro;
Undocumented in source.
tp_str
reprfunc tp_str;
Undocumented in source.
tp_subclasses
PyObject* tp_subclasses;
Undocumented in source.
tp_traverse
traverseproc tp_traverse;
Undocumented in source.
tp_version_tag
uint tp_version_tag;
Undocumented in source.
tp_weaklist
PyObject* tp_weaklist;
Undocumented in source.
tp_weaklistoffset
Py_ssize_t tp_weaklistoffset;
Undocumented in source.
tp_weaklistoffset
C_long tp_weaklistoffset;
Undocumented in source.

Mixed In Members

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_size
Py_ssize_t ob_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta