Subgroups are found after initialization. This is how they are added. :param sg Group:
(self, sg)
| 530 | return self.parent.filename() |
| 531 | |
| 532 | def add_subgroup(self, sg): |
| 533 | """ |
| 534 | Subgroups are found after initialization. This is how they are added. |
| 535 | :param sg Group: |
| 536 | """ |
| 537 | self.subgroups.append(sg) |
| 538 | |
| 539 | def add_node(self, node, is_root=False): |
| 540 | """ |
no outgoing calls
no test coverage detected