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

Method xml

tests/unitutil/cxml.py:161–167  ·  view source on GitHub ↗

The XML corresponding to the tree rooted at this element, pretty-printed using 2-spaces indentation at each level and with a trailing '\n'.

(self)

Source from the content-addressed store, hash-verified

159
160 @property
161 def xml(self):
162 """
163 The XML corresponding to the tree rooted at this element,
164 pretty-printed using 2-spaces indentation at each level and with
165 a trailing '\n'.
166 """
167 return self._xml(indent=0)
168
169 def _xml(self, indent):
170 """

Callers 15

set_rgb_fixture_Method · 0.45
width_set_fixtureMethod · 0.45
change_hlink_fixture_Method · 0.45
rPr_xmlMethod · 0.45
p_with_r_xmlMethod · 0.45
add_fixtureMethod · 0.45
insert_fixtureMethod · 0.45
new_fixtureMethod · 0.45

Calls 1

_xmlMethod · 0.95

Tested by 15

set_rgb_fixture_Method · 0.36
width_set_fixtureMethod · 0.36
change_hlink_fixture_Method · 0.36
rPr_xmlMethod · 0.36
p_with_r_xmlMethod · 0.36
add_fixtureMethod · 0.36
insert_fixtureMethod · 0.36
new_fixtureMethod · 0.36