Home | History | Annotate | Download | only in test

Lines Matching defs:Signals

44 Signals = tuple(getcontext().flags.keys())
46 # Signals ordered with respect to precedence: when an operation
47 # produces multiple signals, signals occurring later in the list
60 traps = dict.fromkeys(Signals, 0)
307 for exception in Signals:
329 except Signals, e:
349 except Signals, e:
364 except Signals, e:
380 except Signals, error:
395 return [e for e in Signals if self.context.flags[e]]