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

Class CT_PresetGeometry2D

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

Source from the content-addressed store, hash-verified

148
149
150class CT_PresetGeometry2D(ElementBase):
151 """<a:prstGeom>"""
152 # attributes ----------------------
153 prst = property(lambda self: self.get('prst'),
154 lambda self, value: self.set('prst', value))
155 # child accessors -----------------
156 avLst = property(lambda self: _get_child_or_append(self, 'a:avLst'))
157
158
159class CT_RegularTextRun(ElementBase):

Callers

nothing calls this directly

Calls 2

_get_child_or_appendFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…