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

Method angle_set_fixture

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

Source from the content-addressed store, hash-verified

398 ]
399 )
400 def angle_set_fixture(self, request):
401 angle, expected_cxml = request.param
402 grad_fill = _GradFill(element("a:gradFill/a:lin{ang=0}"))
403 expected_xml = xml(expected_cxml)
404 return grad_fill, angle, expected_xml
405
406 @pytest.fixture
407 def fill_type_fixture(self):

Callers

nothing calls this directly

Calls 3

_GradFillClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected