We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the py-levin wiki!
# if not self.SIGNED: # _min, _max = 0, 2 ** (8 * self.NBYTES) - 1 # else: # bits = self.NBYTES * 8 # _min, _max = [-2 ** (bits - 1), 2 ** (bits - 1) - 1]