Ejemplo n.º 1
0
 def __init__(self, current, *args, **kwargs):
     BaseController.__init__(self, *args, **kwargs)
     self.current_W = current
     self.current_P = current
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     BaseController.__init__(self, *args, **kwargs)
     self._init_views(kwargs["view"])
     self.update_views()
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     BaseController.__init__(self, *args, **kwargs)
     self._init_views(kwargs["view"])
     self.update_views()
Ejemplo n.º 4
0
 def __init__(self, current, *args, **kwargs):
     BaseController.__init__(self, *args, **kwargs)
     self.current_W = current
     self.current_P = current
 def __init__(self, extra_props, **kwargs):
     BaseController.__init__(self, **kwargs)
     self.extra_props = extra_props