MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / make_nodes

Method make_nodes

code2flow/model.py:121–126  ·  view source on GitHub ↗

:param tree Tree: :param parent Group: :rtype: list[Node]

(tree, parent)

Source from the content-addressed store, hash-verified

119 @staticmethod
120 @abc.abstractmethod
121 def make_nodes(tree, parent):
122 """
123 :param tree Tree:
124 :param parent Group:
125 :rtype: list[Node]
126 """
127
128 @staticmethod
129 @abc.abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected