Exemplo n.º 1
0
 def teardown(self):
     self.content.teardown()
     self.content = None
     Widget.teardown(self)
Exemplo n.º 2
0
 def teardown(self):
     self.content.teardown()
     self.content = None
     Widget.teardown(self)
Exemplo n.º 3
0
 def teardown(self):
     for _, _, _, item in self.content:
         item.teardown()
     self.content = []
     Widget.teardown(self)
Exemplo n.º 4
0
 def teardown(self):
     for row in self.content:
         for cell in row:
             cell.teardown()
     self.content = []
     Widget.teardown(self)
Exemplo n.º 5
0
 def teardown(self):
     for _, _, _, item in self.content:
         item.teardown()
     self.content = []
     Widget.teardown(self)
Exemplo n.º 6
0
 def teardown(self):
     for row in self.content:
         for cell in row:
             cell.teardown()
     self.content = []
     Widget.teardown(self)