Esempio n. 1
0
 def write_to_widget(self, representation, original=False):
     #print self, representation
     if representation is ambiguous:
         representation = ""
     self.entry.set_text(representation)
     Faulty.write_to_widget(self, representation, original)
Esempio n. 2
0
 def write_to_widget(self, representation, original=False):
     # print self, representation
     if representation is ambiguous:
         representation = ""
     self.entry.set_text(representation)
     Faulty.write_to_widget(self, representation, original)
Esempio n. 3
0
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)
Esempio n. 4
0
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)