Beispiel #1
0
 def __add__(self, other):
     return Bitstring(UserString.__add__(self, other),
                      self.byteorder,
                      auto_fill=self.auto_fill)