_PyWeakReference Struct Reference

_PyWeakReference Struct Reference

#include <weakrefobject.h>

Class Description

Definition at line 15 of file weakrefobject.h.

Public Attributes

PyObject_HEAD PyObjectwr_object
 
PyObjectwr_callback
 
long hash
 
PyWeakReferencewr_prev
 
PyWeakReferencewr_next
 

Member Data Documentation

long hash

Definition at line 30 of file weakrefobject.h.

PyObject* wr_callback

Definition at line 25 of file weakrefobject.h.

PyWeakReference* wr_next

Definition at line 38 of file weakrefobject.h.

PyObject_HEAD PyObject* wr_object

Definition at line 22 of file weakrefobject.h.

PyWeakReference* wr_prev

Definition at line 37 of file weakrefobject.h.


The documentation for this struct was generated from the following file: