MCPcopy Create free account
hub / github.com/dcharatan/flowmap / Dataset

Class Dataset

paper/common.py:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77@dataclass(frozen=True)
78class Dataset:
79 tag: str
80 full_name: str
81 short_name: str
82
83
84DATASET_TANDT = Dataset("tandt", "Tanks \& Temples", "T\&T")

Callers 1

common.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected