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

Method rotation_get_fixture

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

Source from the content-addressed store, hash-verified

344 ]
345 )
346 def rotation_get_fixture(self, request):
347 xSp_cxml, expected_value = request.param
348 shape = BaseShapeFactory(element(xSp_cxml), None)
349 return shape, expected_value
350
351 @pytest.fixture(
352 params=[

Callers

nothing calls this directly

Calls 2

BaseShapeFactoryFunction · 0.90
elementFunction · 0.85

Tested by

no test coverage detected