(self)
| 419 | |
| 420 | @pytest.fixture |
| 421 | def graphicFrame(self): |
| 422 | # Note that <p:xfrm> element is required on graphicFrame |
| 423 | return a_graphicFrame().with_nsdecls().with_child(a_p_xfrm()).element |
| 424 | |
| 425 | @pytest.fixture |
| 426 | def graphicFrame_with_ext(self, width, height): |
no test coverage detected