Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_bytes
Method · 0.95
from_file
Method · 0.80
read_32
Function · 0.80
_dimensions_from_stream
Method · 0.80
_next_non_ff_byte
Method · 0.80
_offset_of_next_ff_byte
Method · 0.80
_is_non_Exif_APP1_segment
Method · 0.80
_tiff_from_exif_segment
Method · 0.80
_detect_endian
Method · 0.80
call_fixture
Method · 0.80
Calls
no outgoing calls
Tested by
1
call_fixture
Method · 0.64