MCPcopy Create free account
hub / github.com/GAIR-NLP/factool / __init__

Method __init__

factool/math/tool.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class python_executor:
7 def __init__(self):
8 pass
9
10 def run_single(self, program):
11 buffer = io.StringIO() # Create an in-memory buffer for the output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected