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

Class CT_GroupShapeBuilder

tests/oxml/unitdata/shape.py:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class CT_GroupShapeBuilder(BaseBuilder):
45 __nspfxs__ = ("p",)
46 __attrs__ = ()
47
48 def __init__(self, tag):
49 self.__tag__ = tag
50 super(CT_GroupShapeBuilder, self).__init__()
51
52
53class CT_GroupShapePropertiesBuilder(BaseBuilder):

Callers 1

a_grpSpFunction · 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…