(self, text)
| 324 | core.BNNotifyWarningForScriptingInstance(self.handle, text) |
| 325 | |
| 326 | def error(self, text): |
| 327 | core.BNNotifyErrorForScriptingInstance(self.handle, text) |
| 328 | |
| 329 | def execute_script_input(self, text): |
| 330 | return core.BNExecuteScriptInput(self.handle, text) |
no outgoing calls
no test coverage detected