python-weakrefmethod

WeakMethod class for storing bound methods using weak references
  https://github.com/twang817/weakrefmethod
  0
  no reviews



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.