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

Method BytesIO_

tests/chart/test_xlsx.py:81–82  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

79
80 @pytest.fixture
81 def BytesIO_(self, request):
82 return class_mock(request, "pptx.chart.xlsx.io.BytesIO")
83
84 @pytest.fixture
85 def Workbook_(self, request, workbook_):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected