(msg_from_js)
| 192 | "Called from Javascript. Will call Javascript callback now.") |
| 193 | |
| 194 | def py_callback(msg_from_js): |
| 195 | js_print(self.browser, "Python", "py_callback", msg_from_js) |
| 196 | js_callback.Call("String sent from Python", py_callback) |
| 197 | |
| 198 |
nothing calls this directly
no test coverage detected