| 42 | |
| 43 | |
| 44 | class 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 | |
| 53 | class CT_GroupShapePropertiesBuilder(BaseBuilder): |
no outgoing calls
no test coverage detected
searching dependent graphs…