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

Method i_media_parts

tests/test_package.py:124–129  ·  view source on GitHub ↗
(self, request, idxs)

Source from the content-addressed store, hash-verified

122 return iter([part(idx) for idx in idxs])
123
124 def i_media_parts(self, request, idxs):
125 def part(idx):
126 partname = PackURI("/ppt/media/media%d.mp4" % idx)
127 return instance_mock(request, Part, partname=partname)
128
129 return iter([part(idx) for idx in idxs])
130
131 @pytest.fixture
132 def iter_parts_(self, request):

Callers 1

nmp_fixtureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected