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

Method dpi_fixture

tests/parts/test_image.py:180–184  ·  view source on GitHub ↗
(self, request, _pil_props_)

Source from the content-addressed store, hash-verified

178 ]
179 )
180 def dpi_fixture(self, request, _pil_props_):
181 raw_dpi, expected_dpi = request.param
182 image = Image(None, None)
183 _pil_props_.return_value = (None, None, raw_dpi)
184 return image, expected_dpi
185
186 @pytest.fixture(
187 params=[

Callers

nothing calls this directly

Calls 1

ImageClass · 0.90

Tested by

no test coverage detected