MCPcopy Create free account
hub / github.com/microsoft/fara / __init__

Method __init__

webeval/src/webeval/basesystem.py:16–17  ·  view source on GitHub ↗
(self, system_name: str)

Source from the content-addressed store, hash-verified

14 """
15
16 def __init__(self, system_name: str):
17 self.system_name = system_name
18
19 def get_answer(self, task_id: str, task_data: Dict[str, Any], output_dir: str, logger: Logger) -> Any:
20 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected