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

Method grpSp_with_ext

tests/shapes/test_base.py:446–455  ·  view source on GitHub ↗
(self, width, height)

Source from the content-addressed store, hash-verified

444
445 @pytest.fixture
446 def grpSp_with_ext(self, width, height):
447 return (
448 a_grpSp()
449 .with_nsdecls("p", "a")
450 .with_child(
451 a_grpSpPr().with_child(
452 an_xfrm().with_child(an_ext().with_cx(width).with_cy(height))
453 )
454 )
455 ).element
456
457 @pytest.fixture
458 def grpSp_with_off(self, left, top):

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected