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

Method _init

lab/cust-elm-classes/main.py:139–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137class CT_PositiveSize2D(ElementBase):
138 """<a:ext>"""
139 def _init(self):
140 _required_attribute(self, 'cx', default='0')
141 _required_attribute(self, 'cy', default='0')
142
143 # attribute accessors -------------
144 cx = property(lambda self: self.get('cx'),

Callers

nothing calls this directly

Calls 1

_required_attributeFunction · 0.85

Tested by

no test coverage detected