MCPcopy 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
87class 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

parseMethod · 0.80

Tested by

no test coverage detected