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

Method _get_by_sha1_

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

Source from the content-addressed store, hash-verified

152
153 @pytest.fixture
154 def _get_by_sha1_(self, request: FixtureRequest):
155 return method_mock(request, ImageParts, "_get_by_sha1")
156
157 @pytest.fixture
158 def Image_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected