Example #1
0
 def write(self, frame, value):
     return BitPaddedInt.to_str(value, bits=8, width=self.__sz)
Example #2
0
 def write(self, frame, value):
     return BitPaddedInt.to_str(value, bits=8, width=self.__sz)