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

Method pattern_get_fixture

tests/dml/test_fill.py:595–600  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

593 ]
594 )
595 def pattern_get_fixture(self, request):
596 pattFill_cxml, expected_value = request.param
597 pattFill = element(pattFill_cxml)
598
599 patt_fill = _PattFill(pattFill)
600 return patt_fill, expected_value
601
602 @pytest.fixture(
603 params=[

Callers

nothing calls this directly

Calls 2

_PattFillClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected