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

Class CT_RegularTextRun

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

custom element class

Source from the content-addressed store, hash-verified

157
158
159class CT_RegularTextRun(ElementBase):
160 """<a:r> custom element class"""
161 def _init(self):
162 _required_child(self, 'a:t')
163
164 # child accessors -----------------
165 t = property(lambda self: _child(self, 'a:t'))
166 rPr = property(lambda self: _get_child_or_first(self, 'a:rPr'))
167
168
169class CT_Shape(ElementBase):

Callers

nothing calls this directly

Calls 2

_childFunction · 0.85
_get_child_or_firstFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…