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

Method MajorGridlines_

tests/chart/test_axis.py:675–676  ·  view source on GitHub ↗
(self, request, major_gridlines_)

Source from the content-addressed store, hash-verified

673
674 @pytest.fixture
675 def MajorGridlines_(self, request, major_gridlines_):
676 return class_mock(request, "pptx.chart.axis.MajorGridlines", return_value=major_gridlines_)
677
678 @pytest.fixture
679 def major_gridlines_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected