MCPcopy Index your code
hub / github.com/python-pillow/Pillow / seek

Method seek

src/PIL/WebPImagePlugin.py:86–91  ·  view source on GitHub ↗
(self, frame: int)

Source from the content-addressed store, hash-verified

84 return self.getexif()._get_merged_dict()
85
86 def seek(self, frame: int) -> None:
87 if not self._seek_check(frame):
88 return
89
90 # Set logical frame to requested position
91 self.__logical_frame = frame
92
93 def _reset(self, reset: bool = True) -> None:
94 if reset:

Callers 2

_get_nextMethod · 0.95
_save_allFunction · 0.45

Calls 1

_seek_checkMethod · 0.80

Tested by

no test coverage detected