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

Method rotation_set_fixture

tests/shapes/test_base.py:363–367  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

361 ]
362 )
363 def rotation_set_fixture(self, request):
364 xSp_cxml, new_value, expected_xSp_cxml = request.param
365 shape = BaseShapeFactory(element(xSp_cxml), None)
366 expected_xml = xml(expected_xSp_cxml)
367 return shape, new_value, expected_xml
368
369 @pytest.fixture(
370 params=[

Callers

nothing calls this directly

Calls 3

BaseShapeFactoryFunction · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected