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

Method p_with_r_xml

tests/text/test_text.py:1133–1135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1131
1132 @pytest.fixture
1133 def p_with_r_xml(self):
1134 run_bldr = an_r().with_child(a_t())
1135 return a_p().with_nsdecls().with_child(run_bldr).xml()
1136
1137 @pytest.fixture
1138 def paragraph(self, p_bldr):

Callers

nothing calls this directly

Calls 6

an_rFunction · 0.85
a_tFunction · 0.85
a_pFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80
xmlMethod · 0.45

Tested by

no test coverage detected