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

Method cxnSp_with_ext

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

Source from the content-addressed store, hash-verified

399
400 @pytest.fixture
401 def cxnSp_with_ext(self, width, height):
402 return (
403 a_cxnSp()
404 .with_nsdecls()
405 .with_child(
406 an_spPr().with_child(an_xfrm().with_child(an_ext().with_cx(width).with_cy(height)))
407 )
408 ).element
409
410 @pytest.fixture
411 def cxnSp_with_off(self, left, top):

Callers

nothing calls this directly

Calls 6

a_cxnSpFunction · 0.85
an_spPrFunction · 0.85
an_xfrmFunction · 0.85
an_extFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected