Exemple #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)
Exemple #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)
Exemple #3
0
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)
Exemple #4
0
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)