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

Method pattern_set_fixture

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

Source from the content-addressed store, hash-verified

607 ]
608 )
609 def pattern_set_fixture(self, request):
610 pattFill_cxml, pattern, expected_cxml = request.param
611 pattFill = element(pattFill_cxml)
612 expected_xml = xml(expected_cxml)
613
614 patt_fill = _PattFill(pattFill)
615 return patt_fill, pattern, pattFill, expected_xml
616
617 # fixture components ---------------------------------------------
618

Callers

nothing calls this directly

Calls 3

_PattFillClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected