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

Method pattern_set_fixture

tests/dml/test_fill.py:205–208  ·  view source on GitHub ↗
(self, fill_)

Source from the content-addressed store, hash-verified

203
204 @pytest.fixture
205 def pattern_set_fixture(self, fill_):
206 pattern = MSO_PATTERN.DIVOT
207 fill = FillFormat(None, fill_)
208 return fill, pattern
209
210 @pytest.fixture(
211 params=[

Callers

nothing calls this directly

Calls 1

FillFormatClass · 0.90

Tested by

no test coverage detected