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

Method pos_get_fixture

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

Source from the content-addressed store, hash-verified

714 ]
715 )
716 def pos_get_fixture(self, request):
717 gs_cxml, expected_value = request.param
718 stop = _GradientStop(element(gs_cxml))
719 return stop, expected_value
720
721 @pytest.fixture(
722 params=[

Callers

nothing calls this directly

Calls 2

_GradientStopClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected