MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / execute

Method execute

KVCOMM/tools/coding/executor_types.py:11–12  ·  view source on GitHub ↗
(self, func: str, tests: List[str], timeout: int = 5)

Source from the content-addressed store, hash-verified

9class Executor(ABC):
10 @abstractmethod
11 def execute(self, func: str, tests: List[str], timeout: int = 5) -> ExecuteResult:
12 ...
13
14 @abstractmethod
15 def evaluate(self, name: str, func: str, test: str, timeout: int = 5) -> bool:

Callers 1

searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected