(self, left, top)
| 432 | |
| 433 | @pytest.fixture |
| 434 | def graphicFrame_with_off(self, left, top): |
| 435 | return ( |
| 436 | a_graphicFrame() |
| 437 | .with_nsdecls() |
| 438 | .with_child(a_p_xfrm().with_child(an_off().with_x(left).with_y(top))) |
| 439 | ).element |
| 440 | |
| 441 | @pytest.fixture |
| 442 | def grpSp(self): |
nothing calls this directly
no test coverage detected