(self, Font_, font_)
| 412 | |
| 413 | @pytest.fixture |
| 414 | def font_fixture(self, Font_, font_): |
| 415 | dLbls = element("c:dLbls/c:txPr/a:p/a:pPr/a:defRPr") |
| 416 | defRPr = dLbls.xpath(".//a:defRPr")[0] |
| 417 | data_labels = DataLabels(dLbls) |
| 418 | return data_labels, Font_, defRPr, font_ |
| 419 | |
| 420 | @pytest.fixture( |
| 421 | params=[ |
nothing calls this directly
no test coverage detected