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

Method id_fixture

tests/shapes/test_base.py:242–245  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

240 ]
241 )
242 def id_fixture(self, request):
243 xSp_cxml, expected_value = request.param
244 shape = BaseShape(element(xSp_cxml), None)
245 return shape, expected_value
246
247 @pytest.fixture(params=[True, False])
248 def is_placeholder_fixture(self, request, shape_elm_, txBody_):

Callers

nothing calls this directly

Calls 2

BaseShapeClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected