Ejemplo n.º 1
0
 def list(self):
     """Returns a list of the indexes of bits that are set in the mask."""
     return list(reversed(mask_to_list(self._mask)))
Ejemplo n.º 2
0
 def list(self):
     """Returns a list of the indexes of bits that are set in the mask."""
     return list(reversed(mask_to_list(self._mask)))