Constant python27_sys::PyTypeObject_INIT [] [src]

pub const PyTypeObject_INIT: PyTypeObject = PyTypeObject{ob_refcnt: 1,
             ob_type: 0 as *mut PyTypeObject,
             ob_size: 0,
             tp_name: 0 as *const c_char,
             tp_basicsize: 0,
             tp_itemsize: 0,
             tp_dealloc: None,
             tp_print: None,
             tp_getattr: None,
             tp_setattr: None,
             tp_compare: None,
             tp_repr: None,
             tp_as_number: 0 as *mut PyNumberMethods,
             tp_as_sequence: 0 as *mut PySequenceMethods,
             tp_as_mapping: 0 as *mut PyMappingMethods,
             tp_hash: None,
             tp_call: None,
             tp_str: None,
             tp_getattro: None,
             tp_setattro: None,
             tp_as_buffer: 0 as *mut PyBufferProcs,
             tp_flags: Py_TPFLAGS_DEFAULT,
             tp_doc: 0 as *const c_char,
             tp_traverse: None,
             tp_clear: None,
             tp_richcompare: None,
             tp_weaklistoffset: 0,
             tp_iter: None,
             tp_iternext: None,
             tp_methods: 0 as *mut PyMethodDef,
             tp_members: 0 as *mut ::structmember::PyMemberDef,
             tp_getset: 0 as *mut ::descrobject::PyGetSetDef,
             tp_base: 0 as *mut PyTypeObject,
             tp_dict: 0 as *mut PyObject,
             tp_descr_get: None,
             tp_descr_set: None,
             tp_dictoffset: 0,
             tp_init: None,
             tp_alloc: None,
             tp_new: None,
             tp_free: None,
             tp_is_gc: None,
             tp_bases: 0 as *mut PyObject,
             tp_mro: 0 as *mut PyObject,
             tp_cache: 0 as *mut PyObject,
             tp_subclasses: 0 as *mut PyObject,
             tp_weaklist: 0 as *mut PyObject,
             tp_del: None,
             tp_version_tag: 0,}