Exemplo n.º 1
0
 def namespace(self):
     ns = StandaloneForm.namespace(self)
     ns.update(TableFormCanvas.namespace(self))
     return ns
Exemplo n.º 2
0
 def update(self, *args, **kwargs):
     TableFormCanvas.update(self, *args, **kwargs)
     StandaloneForm.update(self, *args, **kwargs)