Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-openxml/python-docx
/ no_IHDR_fixture
Method
no_IHDR_fixture
tests/image/test_png.py:207–210 ·
view source on GitHub ↗
(self, pHYs_chunk_)
Source
from the content-addressed store, hash-verified
205
206
@pytest.fixture
207
def
no_IHDR_fixture(self, pHYs_chunk_):
208
chunks = (pHYs_chunk_,)
209
chunks = _Chunks(chunks)
210
return
chunks
211
212
@pytest.fixture
213
def
pHYs_chunk_(self, request):
Callers
nothing calls this directly
Calls
1
_Chunks
Class · 0.90
Tested by
no test coverage detected