(self)
| 468 | 'Incorrect flags set in ' + s + ' -- got ' + str(myexceptions)) |
| 469 | |
| 470 | def getexceptions(self): |
| 471 | return [e for e in Signals[self.decimal] if self.context.flags[e]] |
| 472 | |
| 473 | def change_precision(self, prec): |
| 474 | if self.decimal == C and self.decimal.MAX_PREC == 425000000: |