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

Method IHDR_fixture

tests/image/test_png.py:197–200  ·  view source on GitHub ↗
(self, IHDR_chunk_, pHYs_chunk_)

Source from the content-addressed store, hash-verified

195
196 @pytest.fixture
197 def IHDR_fixture(self, IHDR_chunk_, pHYs_chunk_):
198 chunks = (IHDR_chunk_, pHYs_chunk_)
199 chunks = _Chunks(chunks)
200 return chunks, IHDR_chunk_
201
202 @pytest.fixture
203 def IHDR_chunk_(self, request):

Callers

nothing calls this directly

Calls 1

_ChunksClass · 0.90

Tested by

no test coverage detected