fault.context

Weak references tools and subclasses.

weakref
import

Method0
class

weakref.WeakMethod subclass providing execution methods for the target covering a few signatures.

Method__slots__0
data

__slots__ = ()

Method_unlinked0
method

_unlinked(self, *args, **kw)

Methodzero0
method

zero(self)

Execute with no arguments.

Methodone0
method

one(self, arg)

Execute with one argument.

Methodany0
method

any(self, *args)

Execute with all arguments.

Methodkeywords175%
method

keywords(self, *args, **kw)

Execute with all arguments and keywords.