MCPcopy Create free account
hub / github.com/BabitMF/bmf / create_graph

Method create_graph

bmf/python_sdk/subgraph.py:10–13  ·  view source on GitHub ↗
(self, option=None)

Source from the content-addressed store, hash-verified

8
9 @abc.abstractmethod
10 def create_graph(self, option=None):
11 # use self.graph to build a processing graph
12 # put name of input streams into self.inputs
13 pass
14
15 def get_graph_config(self):
16 return self.graph.get_graph_config()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected