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

Method Image_

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

Source from the content-addressed store, hash-verified

156
157 @pytest.fixture
158 def Image_(self, request: FixtureRequest):
159 return class_mock(request, "docx.package.Image")
160
161 @pytest.fixture
162 def image_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected