Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ remove
Method
remove
pattern/graph/__init__.py:215–217 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
213
self.edges[node.id] = edge
214
215
def
remove(self, node):
216
list.remove(self, node)
217
self.edges.pop(node.id, None)
218
219
def
edge(self, node):
220
return
self.edges.get(isinstance(node, Node) and node.id or node)
Callers
3
remove
Method · 0.45
unlink
Function · 0.45
graph.js
File · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected