MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / clear_connections

Method clear_connections

KVCOMM/graph/node.py:105–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 operation.temporal_predecessors.remove(self)
104
105 def clear_connections(self):
106 self.spatial_predecessors: List[Node] = []
107 self.spatial_successors: List[Node] = []
108 self.temporal_predecessors: List[Node] = []
109 self.temporal_successors: List[Node] = []
110
111 def update_memory(self):
112 """Store current inputs/outputs into `last_memory` for temporal edges."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected