Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/waleedka/hiddenlayer
/ __init__
Method
__init__
hiddenlayer/transforms.py:88–89 ·
view source on GitHub ↗
(self, pattern)
Source
from the content-addressed store, hash-verified
86
87
class
Prune():
88
def
__init__(self, pattern):
89
self.pattern = ge.GEParser(pattern).parse()
90
91
def
apply(self, graph):
92
# Copy the graph. Don't change the original.
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected