MCPcopy Index your code
hub / github.com/python-openxml/python-docx / ImagePart_

Method ImagePart_

tests/test_package.py:166–167  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

164
165 @pytest.fixture
166 def ImagePart_(self, request: FixtureRequest):
167 return class_mock(request, "docx.package.ImagePart")
168
169 @pytest.fixture
170 def image_part_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected