!!! This context in-place modification will be effective without set_context
(self)
| 20 | |
| 21 | @property |
| 22 | def context(self): |
| 23 | """!!! This context in-place modification will be effective without set_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.. |
nothing calls this directly
no test coverage detected