Home | History | Annotate | Download | only in test

Lines Matching refs:Signals

63 Signals = {
67 # Signals ordered with respect to precedence: when an operation
68 # produces multiple signals, signals occurring later in the list
106 prec=9, rounding=ROUND_HALF_EVEN, traps=dict.fromkeys(Signals[m], 0)
374 for exception in Signals[self.decimal]:
396 except Signals[self.decimal] as e:
416 except Signals[self.decimal] as e:
431 except Signals[self.decimal] as e:
447 except Signals[self.decimal] as error:
465 return [e for e in Signals[self.decimal] if self.context.flags[e]]
1614 for sig in Signals[self.decimal]: