class TestClass(BitType8): field1 = bit field2 = bits(3)
def setUp(self): self.dtype = bits(3) self.size = 3