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

Method ChartXmlWriter_

tests/chart/test_data.py:67–70  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

65
66 @pytest.fixture
67 def ChartXmlWriter_(self, request):
68 ChartXmlWriter_ = class_mock(request, "pptx.chart.data.ChartXmlWriter")
69 ChartXmlWriter_.return_value.xml = "ƒøØßår"
70 return ChartXmlWriter_
71
72
73class Describe_BaseSeriesData(object):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected