def __init__(self, context): self.context = context self.widgets = dict((x.id, x) for x in Widget.all(self.context))
def __init__(self, context): Widget.__init__(self, context)
def __init__(self, context): Widget.__init__(self, context) self.manager = PowerManager.get(self.context)