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

Method grpSp_with_off

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

Source from the content-addressed store, hash-verified

456
457 @pytest.fixture
458 def grpSp_with_off(self, left, top):
459 return (
460 a_grpSp()
461 .with_nsdecls("p", "a")
462 .with_child(
463 a_grpSpPr().with_child(an_xfrm().with_child(an_off().with_x(left).with_y(top)))
464 )
465 ).element
466
467 @pytest.fixture
468 def height(self):

Callers

nothing calls this directly

Calls 6

a_grpSpFunction · 0.85
a_grpSpPrFunction · 0.85
an_xfrmFunction · 0.85
an_offFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected