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

Method ChartFormat_

tests/chart/test_axis.py:773–774  ·  view source on GitHub ↗
(self, request, format_)

Source from the content-addressed store, hash-verified

771
772 @pytest.fixture
773 def ChartFormat_(self, request, format_):
774 return class_mock(request, "pptx.chart.axis.ChartFormat", return_value=format_)
775
776 @pytest.fixture
777 def format_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected