(self, request)
| 514 | |
| 515 | @pytest.fixture |
| 516 | def ShadowFormat_(self, request): |
| 517 | return class_mock(request, "pptx.shapes.base.ShadowFormat") |
| 518 | |
| 519 | @pytest.fixture |
| 520 | def shape_elm_(self, request, shape_id, shape_name, txBody_): |
nothing calls this directly
no test coverage detected