Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ 03-template.py
File
03-template.py
examples/06-graph/03-template.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, sys; sys.path.insert(0, os.path.join(
".."
,
".."
))
2
3
from
pattern.graph
import
Graph, render, STYLE, CANVAS
4
Callers
nothing calls this directly
Calls
6
Graph
Class · 0.90
webpage
Function · 0.85
strip
Method · 0.80
insert
Method · 0.45
add_node
Method · 0.45
add_edge
Method · 0.45
Tested by
no test coverage detected