MCPcopy Index your code
hub / github.com/python/cpython / getexceptions

Method getexceptions

Lib/test/test_decimal.py:470–471  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers 1

eval_equationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected