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

Method add_subgroup

code2flow/model.py:532–537  ·  view source on GitHub ↗

Subgroups are found after initialization. This is how they are added. :param sg Group:

(self, sg)

Source from the content-addressed store, hash-verified

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 """

Callers 3

make_class_groupMethod · 0.95
make_class_groupMethod · 0.95
make_file_groupFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected