_PyWeakReference

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

Members

Variables

hash
c_long hash;
Undocumented in source.
ob_base
_object ob_base;
Undocumented in source.
wr_callback
_object* wr_callback;
Undocumented in source.
wr_next
_PyWeakReference* wr_next;
Undocumented in source.
wr_object
_object* wr_object;
Undocumented in source.
wr_prev
_PyWeakReference* wr_prev;
Undocumented in source.

Meta