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

Method make_class_group

code2flow/model.py:139–144  ·  view source on GitHub ↗

:param tree Tree: :param parent Group: :rtype: Group

(tree, parent)

Source from the content-addressed store, hash-verified

137 @staticmethod
138 @abc.abstractmethod
139 def make_class_group(tree, parent):
140 """
141 :param tree Tree:
142 :param parent Group:
143 :rtype: Group
144 """
145
146
147class Variable():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected