MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / Shared

Class Shared

masfactory/core/node_template.py:17–24  ·  view source on GitHub ↗

Marker wrapper for NodeTemplate configs. Use this to explicitly share one dependency instance across node instances.

Source from the content-addressed store, hash-verified

15
16@dataclass(frozen=True)
17class Shared(Generic[T]):
18 """
19 Marker wrapper for NodeTemplate configs.
20
21 Use this to explicitly share one dependency instance across node instances.
22 """
23
24 value: T
25
26
27@dataclass(frozen=True)

Callers 2

graph.pyFile · 0.90
build_graphFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected