示例#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)))
示例#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)))