BoundMethodWeakref

digraph inheritancee53d57c19a { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "BoundMethodWeakref" [URL="#taurus.core.util.event.BoundMethodWeakref",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="This class represents a weak reference to a method of an object since"]; }
class BoundMethodWeakref(bound_method, del_cb=None)[source]

This class represents a weak reference to a method of an object since weak references to methods don’t work by themselves

Import from taurus.core.util.event as:

from taurus.core.util.event import BoundMethodWeakref