MCPcopy Index your code
hub / github.com/RustPython/RustPython / getexceptions

Method getexceptions

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

Source from the content-addressed store, hash-verified

469 'Incorrect flags set in ' + s + ' -- got ' + str(myexceptions))
470
471 def getexceptions(self):
472 return [e for e in Signals[self.decimal] if self.context.flags[e]]
473
474 def change_precision(self, prec):
475 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