#include <object.h>
Definition at line 324 of file object.h.
Public Attributes Py_ssize_t ob_refcnt struct _typeobject * ob_type Py_ssize_t ob_size const char * tp_name Py_ssize_t tp_basicsize Py_ssize_t tp_itemsize destructor tp_dealloc printfunc tp_print getattrfunc tp_getattr setattrfunc tp_setattr cmpfunc tp_compare reprfunc tp_repr PyNumberMethods * tp_as_number PySequenceMethods * tp_as_sequence PyMappingMethods * tp_as_mapping hashfunc tp_hash ternaryfunc tp_call reprfunc tp_str getattrofunc tp_getattro setattrofunc tp_setattro PyBufferProcs * tp_as_buffer long tp_flags const char * tp_doc traverseproc tp_traverse inquiry tp_clear richcmpfunc tp_richcompare Py_ssize_t tp_weaklistoffset getiterfunc tp_iter iternextfunc tp_iternext struct PyMethodDef * tp_methods struct PyMemberDef * tp_members struct PyGetSetDef * tp_getset struct _typeobject * tp_base PyObject * tp_dict descrgetfunc tp_descr_get descrsetfunc tp_descr_set Py_ssize_t tp_dictoffset initproc tp_init allocfunc tp_alloc newfunc tp_new freefunc tp_free inquiry tp_is_gc PyObject * tp_bases PyObject * tp_mro PyObject * tp_cache PyObject * tp_subclasses PyObject * tp_weaklist destructor tp_del unsigned int tp_version_tag Member Data Documentation Py_ssize_t ob_refcntDefinition at line 325 of file object.h.
Py_ssize_t ob_sizeDefinition at line 325 of file object.h.
struct _typeobject* ob_typeDefinition at line 325 of file object.h.
allocfunc tp_allocDefinition at line 389 of file object.h.
PyBufferProcs* tp_as_bufferDefinition at line 353 of file object.h.
PyMappingMethods* tp_as_mappingDefinition at line 342 of file object.h.
PyNumberMethods* tp_as_numberDefinition at line 340 of file object.h.
PySequenceMethods* tp_as_sequenceDefinition at line 341 of file object.h.
struct _typeobject* tp_baseDefinition at line 383 of file object.h.
PyObject* tp_basesDefinition at line 393 of file object.h.
Py_ssize_t tp_basicsizeDefinition at line 327 of file object.h.
PyObject* tp_cacheDefinition at line 395 of file object.h.
ternaryfunc tp_callDefinition at line 347 of file object.h.
inquiry tp_clearDefinition at line 365 of file object.h.
cmpfunc tp_compareDefinition at line 335 of file object.h.
destructor tp_deallocDefinition at line 331 of file object.h.
destructor tp_delDefinition at line 398 of file object.h.
descrgetfunc tp_descr_getDefinition at line 385 of file object.h.
descrsetfunc tp_descr_setDefinition at line 386 of file object.h.
PyObject* tp_dictDefinition at line 384 of file object.h.
Py_ssize_t tp_dictoffsetDefinition at line 387 of file object.h.
const char* tp_docDefinition at line 358 of file object.h.
long tp_flagsDefinition at line 356 of file object.h.
freefunc tp_freeDefinition at line 391 of file object.h.
getattrfunc tp_getattrDefinition at line 333 of file object.h.
getattrofunc tp_getattroDefinition at line 349 of file object.h.
struct PyGetSetDef* tp_getsetDefinition at line 382 of file object.h.
hashfunc tp_hashDefinition at line 346 of file object.h.
initproc tp_initDefinition at line 388 of file object.h.
inquiry tp_is_gcDefinition at line 392 of file object.h.
Py_ssize_t tp_itemsizeDefinition at line 327 of file object.h.
getiterfunc tp_iterDefinition at line 376 of file object.h.
iternextfunc tp_iternextDefinition at line 377 of file object.h.
struct PyMemberDef* tp_membersDefinition at line 381 of file object.h.
struct PyMethodDef* tp_methodsDefinition at line 380 of file object.h.
PyObject* tp_mroDefinition at line 394 of file object.h.
const char* tp_nameDefinition at line 326 of file object.h.
newfunc tp_newDefinition at line 390 of file object.h.
printfunc tp_printDefinition at line 332 of file object.h.
reprfunc tp_reprDefinition at line 336 of file object.h.
richcmpfunc tp_richcompareDefinition at line 369 of file object.h.
setattrfunc tp_setattrDefinition at line 334 of file object.h.
setattrofunc tp_setattroDefinition at line 350 of file object.h.
reprfunc tp_strDefinition at line 348 of file object.h.
PyObject* tp_subclassesDefinition at line 396 of file object.h.
traverseproc tp_traverseDefinition at line 362 of file object.h.
unsigned int tp_version_tagDefinition at line 401 of file object.h.
PyObject* tp_weaklistDefinition at line 397 of file object.h.
Py_ssize_t tp_weaklistoffsetDefinition at line 372 of file object.h.
The documentation for this struct was generated from the following file:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4