MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / seek

Method seek

src/__init__.py:23436–23437  ·  view source on GitHub ↗
( self, ctx, offset, whence)

Source from the content-addressed store, hash-verified

23434 self.use_virtual_truncate()
23435
23436 def seek( self, ctx, offset, whence):
23437 return self.bio.seek( offset, whence)
23438
23439 def tell( self, ctx):
23440 ret = self.bio.tell()

Callers 2

write_with_linksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected