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

Method _init

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

Source from the content-addressed store, hash-verified

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'))

Callers

nothing calls this directly

Calls 1

_required_childFunction · 0.85

Tested by

no test coverage detected