MCPcopy Index your code
hub / github.com/python-openxml/python-docx / parfmt_fixture

Method parfmt_fixture

tests/text/test_paragraph.py:293–295  ·  view source on GitHub ↗
(self, ParagraphFormat_, paragraph_format_)

Source from the content-addressed store, hash-verified

291
292 @pytest.fixture
293 def parfmt_fixture(self, ParagraphFormat_, paragraph_format_):
294 paragraph = Paragraph(element("w:p"), None)
295 return paragraph, ParagraphFormat_, paragraph_format_
296
297 @pytest.fixture
298 def runs_fixture(self, p_, Run_, r_, r_2_, runs_):

Callers

nothing calls this directly

Calls 2

ParagraphClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected