(self, context)
| 24 | return self.dbg.get_exception_context() |
| 25 | |
| 26 | def set_context(self, context): |
| 27 | # The context returned by 'self.context' already modify the return context in place.. |
| 28 | pass |
| 29 | |
| 30 | class LocalDebugger(object): |
| 31 | """A debugger interface around :func:`AddVectoredExceptionHandler`. |
no outgoing calls
no test coverage detected