Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
78
class
Dataset:
79
tag: str
80
full_name: str
81
short_name: str
82
83
84
DATASET_TANDT = Dataset(
"tandt"
,
"Tanks \& Temples"
,
"T\&T"
)
Callers
1
common.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected