Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cxnSp
Function · 0.85
an_spPr
Function · 0.85
with_child
Method · 0.80
with_nsdecls
Method · 0.80
Tested by
no test coverage detected