Test data builder for CT_TextParagraph ( ) XML element that appears as a child of .
| 45 | |
| 46 | |
| 47 | class CT_TextParagraphBuilder(BaseBuilder): |
| 48 | """ |
| 49 | Test data builder for CT_TextParagraph (<a:p>) XML element that appears |
| 50 | as a child of <p:txBody>. |
| 51 | """ |
| 52 | |
| 53 | __tag__ = "a:p" |
| 54 | __nspfxs__ = ("a",) |
| 55 | __attrs__ = () |
| 56 | |
| 57 | |
| 58 | class XsdString(BaseBuilder): |
no outgoing calls
no test coverage detected
searching dependent graphs…