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

Method new_coreProperties

src/pptx/oxml/coreprops.py:48–50  ·  view source on GitHub ↗

Return a new `cp:coreProperties` element

()

Source from the content-addressed store, hash-verified

46
47 @staticmethod
48 def new_coreProperties() -> CT_CoreProperties:
49 """Return a new `cp:coreProperties` element"""
50 return cast(CT_CoreProperties, parse_xml(CT_CoreProperties._coreProperties_tmpl))
51
52 @property
53 def author_text(self) -> str:

Callers 1

_newMethod · 0.80

Calls 1

parse_xmlFunction · 0.90

Tested by

no test coverage detected