Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcharatan/flowmap
/ Method
Class
Method
paper/common.py:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
@dataclass(frozen=True)
21
class
Method:
22
tag: str
23
full_name: str
24
requires_intrinsics: bool
25
color: str | None = None
26
27
28
METHOD_FLOWMAP = Method(
"flowmap_ablation_none"
,
"FlowMap"
, False,
"#F033E6"
)
Callers
1
common.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected