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

Method _init

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

Source from the content-addressed store, hash-verified

124class CT_Point2D(ElementBase):
125 """<a:off>"""
126 def _init(self):
127 _required_attribute(self, 'x', default='0')
128 _required_attribute(self, 'y', default='0')
129
130 # attribute accessors -------------
131 x = property(lambda self: self.get('x'),

Callers

nothing calls this directly

Calls 1

_required_attributeFunction · 0.85

Tested by

no test coverage detected