Skip to main content

Module repl_tool

Module repl_tool 

Source
Expand description

REPL tool: execute code in a Python or Node.js REPL.

Spawns an interpreter subprocess, sends code, and captures output. Useful for data exploration, quick calculations, and testing code snippets without writing files.

Structsยง

ReplTool