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

Method seek

src/docx/image/helpers.py:65–67  ·  view source on GitHub ↗
(self, base, offset=0)

Source from the content-addressed store, hash-verified

63 return unicode_str
64
65 def seek(self, base, offset=0):
66 location = self._base_offset + base + offset
67 self._stream.seek(location)
68
69 def tell(self):
70 """Allow pass-through tell() call."""

Callers 10

_read_bytesMethod · 0.95
from_fileMethod · 0.80
read_32Function · 0.80
_next_non_ff_byteMethod · 0.80
_detect_endianMethod · 0.80
call_fixtureMethod · 0.80

Calls

no outgoing calls

Tested by 1

call_fixtureMethod · 0.64