:param tree Tree: :param parent Group: :rtype: Group
(tree, parent)
| 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 | |
| 147 | class Variable(): |
nothing calls this directly
no outgoing calls
no test coverage detected