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

Function connect_root_node_children

tests/unitutil/cxml.py:233–235  ·  view source on GitHub ↗
(root_node)

Source from the content-addressed store, hash-verified

231
232
233def 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
238def grammar():

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…