(root_node)
| 231 | |
| 232 | |
| 233 | def connect_root_node_children(root_node): |
| 234 | root_node.element.connect_children(root_node.child_node_list) |
| 235 | root_node.element.is_root = True |
| 236 | |
| 237 | |
| 238 | def grammar(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…