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

Class CT_PositiveSize2D

lab/cust-elm-classes/main.py:137–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
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'),
145 lambda self, value: self.set('cx', value))
146 cy = property(lambda self: self.get('cy'),
147 lambda self, value: self.set('cy', value))
148
149
150class CT_PresetGeometry2D(ElementBase):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…