MCPcopy Create free account
hub / github.com/scanny/python-pptx / graphicFrame_with_off

Method graphicFrame_with_off

tests/shapes/test_base.py:434–439  ·  view source on GitHub ↗
(self, left, top)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 5

a_graphicFrameFunction · 0.85
a_p_xfrmFunction · 0.85
an_offFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected