(self, MasterPlaceholders_, placeholders_)
| 129 | |
| 130 | @pytest.fixture |
| 131 | def placeholders_fixture(self, MasterPlaceholders_, placeholders_): |
| 132 | master_element = element("p:sldMaster/p:cSld/p:spTree") |
| 133 | base_master = _BaseMaster(master_element, None) |
| 134 | spTree = master_element.xpath("//p:spTree")[0] |
| 135 | return base_master, MasterPlaceholders_, spTree, placeholders_ |
| 136 | |
| 137 | @pytest.fixture |
| 138 | def shapes_fixture(self, MasterShapes_, shapes_): |
nothing calls this directly
no test coverage detected