(self, text)
| 318 | core.BNNotifyInputReadyStateForScriptingInstance(self.handle, value.value) |
| 319 | |
| 320 | def output(self, text): |
| 321 | core.BNNotifyOutputForScriptingInstance(self.handle, text) |
| 322 | |
| 323 | def warning(self, text): |
| 324 | core.BNNotifyWarningForScriptingInstance(self.handle, text) |