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

Class CT_NonVisualDrawingPropsBuilder

tests/oxml/unitdata/shape.py:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class CT_NonVisualDrawingPropsBuilder(BaseBuilder):
60 __tag__ = "p:cNvPr"
61 __nspfxs__ = ("p",)
62 __attrs__ = ("id", "name", "descr", "hidden", "title")
63
64
65class CT_NonVisualDrawingShapePropsBuilder(BaseBuilder):

Callers 1

a_cNvPrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…