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

Method CategoryAxis_

tests/chart/test_chart.py:338–339  ·  view source on GitHub ↗
(self, request, category_axis_)

Source from the content-addressed store, hash-verified

336
337 @pytest.fixture
338 def CategoryAxis_(self, request, category_axis_):
339 return class_mock(request, "pptx.chart.chart.CategoryAxis", return_value=category_axis_)
340
341 @pytest.fixture
342 def category_axis_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected