SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Functions
dialog.weak Namespace Reference

Functions

def bind
def weak_bind

Function Documentation

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