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

Method ChartFormat_

tests/chart/test_point.py:164–165  ·  view source on GitHub ↗
(self, request, chart_format_)

Source from the content-addressed store, hash-verified

162
163 @pytest.fixture
164 def ChartFormat_(self, request, chart_format_):
165 return class_mock(request, "pptx.chart.point.ChartFormat", return_value=chart_format_)
166
167 @pytest.fixture
168 def chart_format_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected