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

Class Executor

KVCOMM/tools/coding/executor_types.py:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 state: Tuple[bool]
8
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:
16 ...
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected