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

Method from_blob_

tests/test_media.py:125–126  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

123
124 @pytest.fixture
125 def from_blob_(self, request):
126 return method_mock(request, Video, "from_blob", autospec=False)
127
128 @pytest.fixture
129 def video_(self, request):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected