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

Method __init__

tests/oxml/unitdata/shape.py:48–50  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

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

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected