(self, exc)
| 110 | return exports[api] |
| 111 | |
| 112 | def callback(self, exc): |
| 113 | with self.NewCurrentException(exc): |
| 114 | return self.handle_exception(exc) |
| 115 | |
| 116 | def handle_exception(self, exc): |
| 117 | exp_code = self.get_exception_code() |
no test coverage detected