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

Method Marker_

tests/chart/test_point.py:180–181  ·  view source on GitHub ↗
(self, request, marker_)

Source from the content-addressed store, hash-verified

178
179 @pytest.fixture
180 def Marker_(self, request, marker_):
181 return class_mock(request, "pptx.chart.point.Marker", return_value=marker_)
182
183 @pytest.fixture
184 def marker_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected