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

Method __init__

taskbench/inference.py:19–20  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

17
18class ContentFormatError(Exception):
19 def __init__(self, message):
20 super().__init__(message)
21
22@click.command()
23@click.option("--data_dir", default="data_huggingface", help="The directory of the data.")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected