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

Method ChartFormat_

tests/chart/test_marker.py:129–130  ·  view source on GitHub ↗
(self, request, chart_format_)

Source from the content-addressed store, hash-verified

127
128 @pytest.fixture
129 def ChartFormat_(self, request, chart_format_):
130 return class_mock(request, "pptx.chart.marker.ChartFormat", return_value=chart_format_)
131
132 @pytest.fixture
133 def chart_format_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected