(name)
| 505 | # Switch exception reporting mode for this one call. |
| 506 | # Ensure it is switched back. |
| 507 | def xmode_switch_err(name): |
| 508 | warn('Error changing %s exception modes.\n%s' % |
| 509 | (name,sys.exc_info()[1])) |
| 510 | |
| 511 | new_mode = s.strip().capitalize() |
| 512 | original_mode = interactive_tb.mode |
nothing calls this directly
no outgoing calls
no test coverage detected