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

Function xml

tests/unitutil/cxml.py:44–49  ·  view source on GitHub ↗

Return the XML generated from `cxel_str`.

(cxel_str: str)

Source from the content-addressed store, hash-verified

42
43
44def xml(cxel_str: str) -> str:
45 """Return the XML generated from `cxel_str`."""
46 root_node.parseWithTabs()
47 root_token = root_node.parseString(cxel_str)
48 xml = root_token.element.xml
49 return xml
50
51
52# ====================================================================

Callers 15

boolprop_set_fixtureMethod · 0.85
anchor_set_fixtureMethod · 0.85
margin_set_fixtureMethod · 0.85
width_set_fixtureMethod · 0.85
height_set_fixtureMethod · 0.85
masters_fixtureMethod · 0.85
sld_width_set_fixtureMethod · 0.85

Calls

no outgoing calls

Tested by 15

boolprop_set_fixtureMethod · 0.68
anchor_set_fixtureMethod · 0.68
margin_set_fixtureMethod · 0.68
width_set_fixtureMethod · 0.68
height_set_fixtureMethod · 0.68
masters_fixtureMethod · 0.68
sld_width_set_fixtureMethod · 0.68