(self, text)
| 321 | core.BNNotifyOutputForScriptingInstance(self.handle, text) |
| 322 | |
| 323 | def warning(self, text): |
| 324 | core.BNNotifyWarningForScriptingInstance(self.handle, text) |
| 325 | |
| 326 | def error(self, text): |
| 327 | core.BNNotifyErrorForScriptingInstance(self.handle, text) |
no outgoing calls
no test coverage detected