MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / execute_python_code

Route execute_python_code

bmtools/tools/code_interpreter/api.py:None–None  ·  view source on GitHub ↗
tool.get("/execute_code")

Source from the content-addressed store, hash-verified

1from ..tool import Tool
2
3class CodeInterpreter:
4 def __init__(self, timeout=300):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected