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

Method pos_set_fixture

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

Source from the content-addressed store, hash-verified

726 ]
727 )
728 def pos_set_fixture(self, request):
729 gs_cxml, new_value, expected_value = request.param
730 stop = _GradientStop(element(gs_cxml))
731 return stop, new_value, expected_value
732
733 @pytest.fixture(params=[-0.42, 1.001])
734 def raises_fixture(self, request):

Callers

nothing calls this directly

Calls 2

_GradientStopClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected