(self, ParagraphFormat_, paragraph_format_)
| 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_): |