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

Method cxnSp

tests/shapes/test_base.py:397–398  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395
396 @pytest.fixture
397 def cxnSp(self):
398 return a_cxnSp().with_nsdecls().with_child(an_spPr()).element
399
400 @pytest.fixture
401 def cxnSp_with_ext(self, width, height):

Callers

nothing calls this directly

Calls 4

a_cxnSpFunction · 0.85
an_spPrFunction · 0.85
with_childMethod · 0.80
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected