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

Class CT_TextParagraphBuilder

tests/oxml/unitdata/text.py:47–55  ·  view source on GitHub ↗

Test data builder for CT_TextParagraph ( ) XML element that appears as a child of .

Source from the content-addressed store, hash-verified

45
46
47class 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
58class XsdString(BaseBuilder):

Callers 1

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