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

Method SeriesCollection_

tests/chart/test_chart.py:398–403  ·  view source on GitHub ↗
(self, request, series_collection_)

Source from the content-addressed store, hash-verified

396
397 @pytest.fixture
398 def SeriesCollection_(self, request, series_collection_):
399 return class_mock(
400 request,
401 "pptx.chart.chart.SeriesCollection",
402 return_value=series_collection_,
403 )
404
405 @pytest.fixture
406 def SeriesXmlRewriterFactory_(self, request, series_rewriter_):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected