Functions | |
def | bind |
def | weak_bind |
def dialog.weak.bind | ( | args | ) |
bind(args)
def dialog.weak.weak_bind | ( | args | ) |
This will be slow! It holds args and kw's contents as weak references. This lets you hook up to event handlers without worrying about needing the garbage collector to cleanup your object