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

Method ChartFormat_

tests/chart/test_series.py:75–76  ·  view source on GitHub ↗
(self, request, chart_format_)

Source from the content-addressed store, hash-verified

73
74 @pytest.fixture
75 def ChartFormat_(self, request, chart_format_):
76 return class_mock(request, "pptx.chart.series.ChartFormat", return_value=chart_format_)
77
78 @pytest.fixture
79 def chart_format_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected