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

Method ChartFormat_

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

Source from the content-addressed store, hash-verified

665
666 @pytest.fixture
667 def ChartFormat_(self, request, format_):
668 return class_mock(request, "pptx.chart.axis.ChartFormat", return_value=format_)
669
670 @pytest.fixture
671 def format_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected