Design thought for callbacks

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Feb 26 00:36:17 EST 2015


Cem Karan wrote:
> I think I see what you're talking about now.  Does WeakMethod
> (https://docs.python.org/3/library/weakref.html#weakref.WeakMethod) solve
> this problem?

Yes, that looks like it would work.

-- 
Greg



More information about the Python-list mailing list