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

Method _SeriesFactory_

tests/chart/test_series.py:517–518  ·  view source on GitHub ↗
(self, request, series_)

Source from the content-addressed store, hash-verified

515
516 @pytest.fixture
517 def _SeriesFactory_(self, request, series_):
518 return function_mock(request, "pptx.chart.series._SeriesFactory", return_value=series_)
519
520 @pytest.fixture
521 def series_(self, request):

Callers

nothing calls this directly

Calls 1

function_mockFunction · 0.85

Tested by

no test coverage detected