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

Method _init

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

Source from the content-addressed store, hash-verified

205class CT_TextBody(ElementBase):
206 """<p:txBody> custom element class"""
207 def _init(self):
208 _required_child(self, 'p:bodyPr')
209 _required_child(self, 'a:p')
210
211 # child accessors -----------------
212 bodyPr = property(lambda self: _child(self, 'p:bodyPr'))

Callers

nothing calls this directly

Calls 1

_required_childFunction · 0.85

Tested by

no test coverage detected