Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
weakref — Weak references — Python 3.13.5 documentation
https://docs.python.org/3/library/weakref.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/weakref.py The weakref module allows the Python programmer to create weak references to objects. In the following, the term referent means the object which is referred to by a weak...