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

Method _CellCollection_

tests/test_table.py:738–739  ·  view source on GitHub ↗
(self, request, cells_)

Source from the content-addressed store, hash-verified

736
737 @pytest.fixture
738 def _CellCollection_(self, request, cells_):
739 return class_mock(request, "pptx.table._CellCollection", return_value=cells_)
740
741 @pytest.fixture
742 def cells_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected