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

Method ph_bldr

tests/shapes/test_shapetree.py:1535–1536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1533
1534 @pytest.fixture
1535 def ph_bldr(self):
1536 return an_sp().with_child(an_nvSpPr().with_child(an_nvPr().with_child(a_ph().with_idx(1))))
1537
1538
1539class DescribeLayoutPlaceholders(object):

Callers

nothing calls this directly

Calls 5

an_spFunction · 0.85
an_nvSpPrFunction · 0.85
an_nvPrFunction · 0.85
a_phFunction · 0.85
with_childMethod · 0.80

Tested by

no test coverage detected