Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-weakrefmethod
WeakMethod class for storing bound methods using weak references
https://github.com/twang817/weakrefmethod
0
no reviews
Install
Python 3.4 include a WeakMethod class, for storing bound methods using weak references (see the Python weakref module at http://docs.python.org/library/weakref.html).
This project is a backport of the WeakMethod class for Python 2.7.