コード例 #1
0
ファイル: faulty.py プロジェクト: yuhangwang/zeobuilder
 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)
コード例 #2
0
ファイル: faulty.py プロジェクト: mszep/zeobuilder
 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)
コード例 #3
0
ファイル: faulty.py プロジェクト: yuhangwang/zeobuilder
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)
コード例 #4
0
ファイル: faulty.py プロジェクト: mszep/zeobuilder
 def write_to_widget(self, representation, original=False):
     TextViewMixin.write_to_widget(self, representation)
     Faulty.write_to_widget(self, representation, original)