MCPcopy Index your code
hub / github.com/MrNothing/AI-Blocks / Run

Function Run

Sources/scripts/graph.py:7–10  ·  view source on GitHub ↗
(self, graph, reuse=False)

Source from the content-addressed store, hash-verified

5model_elements = []
6
7def Run(self, graph, reuse=False):
8 for e in range(len(self.model_elements)):
9 graph = self.model_elements[e].Run(graph, reuse=reuse)
10 return graph
11
12def GetChild(self, i):
13 return self.model_elements[i]

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected