eval_python
Evaluate Python code inside a running pywebview app, giving direct access to window, webview, and js_api objects for debugging.
Instructions
Evaluate Python in the app process. Context: window, webview, api (js_api object). WARNING: debugging only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |