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

Class CT_ShapeNonVisual

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

Source from the content-addressed store, hash-verified

183
184
185class CT_ShapeNonVisual(ElementBase):
186 """<p:nvSpPr>"""
187 def _init(self):
188 _required_child(self, 'p:cNvPr')
189 _required_child(self, 'p:cNvSpPr')
190 _required_child(self, 'p:nvPr')
191
192 # child accessors -----------------
193 cNvPr = property(lambda self: _child(self, 'p:cNvPr'))
194 cNvSpPr = property(lambda self: _child(self, 'p:cNvSpPr'))
195
196
197class CT_ShapeProperties(ElementBase):

Callers

nothing calls this directly

Calls 1

_childFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…