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

Method element

tests/unitdata.py:41–46  ·  view source on GitHub ↗

Element parsed from XML generated by builder in current state

(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def element(self):
42 """
43 Element parsed from XML generated by builder in current state
44 """
45 elm = parse_xml(self.xml())
46 return elm
47
48 def with_child(self, child_bldr):
49 """

Callers

nothing calls this directly

Calls 2

xmlMethod · 0.95
parse_xmlFunction · 0.90

Tested by

no test coverage detected