(handler)
| 41 | |
| 42 | // Register a streaming stdout handler; fires per raw print() chunk (body + its `end`), no newline added. |
| 43 | onOutput(handler) { this.worker.onOutput(handler); } |
| 44 | } |
| 45 | |
| 46 | export function defineElement( tag = 'edge-python' ) { |
no outgoing calls