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

Method add_attributes

lab/cust-elm-classes/gen_oxml_classes.py:40–42  ·  view source on GitHub ↗
(self, *names)

Source from the content-addressed store, hash-verified

38 self.attributes.append(AttributeDef(self, name, required, default))
39
40 def add_attributes(self, *names):
41 for name in names:
42 self.attributes.append(AttributeDef(self, name, False, None))
43
44 @property
45 def indent(self):

Callers

nothing calls this directly

Calls 2

AttributeDefClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected