Python REPL#

Mock Python REPL.

pydantic model langchain.python.PythonREPL[source]#

Simulates a standalone Python REPL.

field globals: Optional[Dict] [Optional] (alias '_globals')#
field locals: Optional[Dict] [Optional] (alias '_locals')#
run(command: str) str[source]#

Run command with own globals/locals and returns anything printed.