Example #1
0
 def display_data(self, data):
     self.SetValue(to_hex(data, self.get_width_chars()))
     self.ascii_view.SetValue(to_ascii(data, self.get_width_chars()))
Example #2
0
 def display_data(self, data):
     self.SetValue(to_hex(data))
 def display_data(self, data):
     self.SetValue(to_hex(data, self.get_width_chars()))
     self.ascii_view.SetValue(to_ascii(data, self.get_width_chars()))