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

Method _add_image_part_

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

Source from the content-addressed store, hash-verified

148
149 @pytest.fixture
150 def _add_image_part_(self, request: FixtureRequest):
151 return method_mock(request, ImageParts, "_add_image_part")
152
153 @pytest.fixture
154 def _get_by_sha1_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected