Weak references tools and subclasses.
weakref
Method0
weakref.WeakMethod subclass providing execution methods for the target covering a few signatures.
Method__slots__0
__slots__ = ()
Method_unlinked0
_unlinked(self, *args, **kw)
Methodzero0
zero(self)
Execute with no arguments.
Methodone0
one(self, arg)
Execute with one argument.
Methodany0
any(self, *args)
Execute with all arguments.
Methodkeywords175%
keywords(self, *args, **kw)
Execute with all arguments and keywords.