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

Method _entry_count

src/docx/image/tiff.py:166–168  ·  view source on GitHub ↗

The count of directory entries, read from the top of the IFD header.

(self)

Source from the content-addressed store, hash-verified

164
165 @property
166 def _entry_count(self):
167 """The count of directory entries, read from the top of the IFD header."""
168 return self._stream_rdr.read_short(self._offset)
169
170
171def _IfdEntryFactory(stream_rdr, offset):

Callers

nothing calls this directly

Calls 1

read_shortMethod · 0.80

Tested by

no test coverage detected