(name)
| 372 | """ |
| 373 | |
| 374 | def xmode_switch_err(name): |
| 375 | warn('Error changing %s exception modes.\n%s' % |
| 376 | (name,sys.exc_info()[1])) |
| 377 | |
| 378 | shell = self.shell |
| 379 | if parameter_s.strip() == "--show": |
nothing calls this directly
no outgoing calls
no test coverage detected