Orbits
1
|
#include <object.h>
allocfunc _typeobject::tp_alloc |
PyBufferProcs* _typeobject::tp_as_buffer |
PyMappingMethods* _typeobject::tp_as_mapping |
PyNumberMethods* _typeobject::tp_as_number |
PySequenceMethods* _typeobject::tp_as_sequence |
struct _typeobject* _typeobject::tp_base |
PyObject* _typeobject::tp_bases |
Py_ssize_t _typeobject::tp_basicsize |
PyObject* _typeobject::tp_cache |
ternaryfunc _typeobject::tp_call |
inquiry _typeobject::tp_clear |
cmpfunc _typeobject::tp_compare |
destructor _typeobject::tp_dealloc |
destructor _typeobject::tp_del |
descrgetfunc _typeobject::tp_descr_get |
descrsetfunc _typeobject::tp_descr_set |
PyObject* _typeobject::tp_dict |
Py_ssize_t _typeobject::tp_dictoffset |
const char* _typeobject::tp_doc |
long _typeobject::tp_flags |
freefunc _typeobject::tp_free |
getattrfunc _typeobject::tp_getattr |
getattrofunc _typeobject::tp_getattro |
struct PyGetSetDef* _typeobject::tp_getset |
hashfunc _typeobject::tp_hash |
initproc _typeobject::tp_init |
inquiry _typeobject::tp_is_gc |
Py_ssize_t _typeobject::tp_itemsize |
getiterfunc _typeobject::tp_iter |
iternextfunc _typeobject::tp_iternext |
struct PyMemberDef* _typeobject::tp_members |
struct PyMethodDef* _typeobject::tp_methods |
PyObject* _typeobject::tp_mro |
PyObject_VAR_HEAD const char* _typeobject::tp_name |
newfunc _typeobject::tp_new |
printfunc _typeobject::tp_print |
reprfunc _typeobject::tp_repr |
richcmpfunc _typeobject::tp_richcompare |
setattrfunc _typeobject::tp_setattr |
setattrofunc _typeobject::tp_setattro |
reprfunc _typeobject::tp_str |
PyObject* _typeobject::tp_subclasses |
traverseproc _typeobject::tp_traverse |
unsigned int _typeobject::tp_version_tag |
PyObject* _typeobject::tp_weaklist |
Py_ssize_t _typeobject::tp_weaklistoffset |
Copyright 2014 Google Inc. All rights reserved.