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

Method get

src/docx/image/tiff.py:142–145  ·  view source on GitHub ↗

Return value of IFD entry having tag matching `tag_code`, or `default` if no matching tag found.

(self, tag_code, default=None)

Source from the content-addressed store, hash-verified

140 return cls(entries)
141
142 def get(self, tag_code, default=None):
143 """Return value of IFD entry having tag matching `tag_code`, or `default` if no
144 matching tag found."""
145 return self._entries.get(tag_code, default)
146
147
148class _IfdParser:

Callers 15

_ChunkFactoryFunction · 0.45
px_heightMethod · 0.45
px_widthMethod · 0.45
_dpiMethod · 0.45
_IfdEntryFactoryFunction · 0.45
ui2internalMethod · 0.45
internal2uiMethod · 0.45
content_typeMethod · 0.45
extensionMethod · 0.45
content_typeMethod · 0.45
partnameMethod · 0.45
rIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected