Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 3.02 KB

weakref.rst

File metadata and controls

79 lines (49 loc) · 3.02 KB

c

Weak Reference Objects

Python supports weak references as first-class objects. There are two specific object types which directly implement weak references. The first is a simple reference object, and the second acts as a proxy for the original object as much as it can.