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

Method new_default

src/pptx/oxml/theme.py:24–29  ·  view source on GitHub ↗

Return a new `` `` element containing default settings suitable for use with a notes master.

(cls)

Source from the content-addressed store, hash-verified

22
23 @classmethod
24 def new_default(cls):
25 """
26 Return a new ``<a:theme>`` element containing default settings
27 suitable for use with a notes master.
28 """
29 return parse_from_template("theme")

Callers

nothing calls this directly

Calls 1

parse_from_templateFunction · 0.85

Tested by

no test coverage detected