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

Class CT_NonVisualDrawingProps

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

Source from the content-addressed store, hash-verified

106 pass
107
108class CT_NonVisualDrawingProps(ElementBase):
109 """<p:cNvPr>"""
110 # attributes ----------------------
111 id = property(lambda self: self.get('id'),
112 lambda self, value: self.set('id', str(value)))
113 name = property(lambda self: self.get('name'),
114 lambda self, value: self.set('name', value))
115
116
117class CT_NonVisualDrawingShapeProps(ElementBase):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…