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

Method make_root_node

code2flow/model.py:130–135  ·  view source on GitHub ↗

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

(lines, parent)

Source from the content-addressed store, hash-verified

128 @staticmethod
129 @abc.abstractmethod
130 def make_root_node(lines, parent):
131 """
132 :param lines list[Tree]:
133 :param parent Group:
134 :rtype: Node
135 """
136
137 @staticmethod
138 @abc.abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected