MCPcopy Create free account
hub / github.com/scanny/python-pptx / connect_node_children

Function connect_node_children

tests/unitutil/cxml.py:228–230  ·  view source on GitHub ↗
(s, loc, tokens)

Source from the content-addressed store, hash-verified

226
227
228def connect_node_children(s, loc, tokens):
229 node = tokens[0]
230 node.element.connect_children(node.child_node_list)
231
232
233def connect_root_node_children(root_node):

Callers

nothing calls this directly

Calls 1

connect_childrenMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…