MCPcopy Index your code
hub / github.com/aws/aws-cli / seek

Method seek

awscli/s3transfer/utils.py:386–388  ·  view source on GitHub ↗
(self, where, whence=0)

Source from the content-addressed store, hash-verified

384 self._fileobj.write(data)
385
386 def seek(self, where, whence=0):
387 self._open_if_needed()
388 self._fileobj.seek(where, whence)
389
390 def tell(self):
391 if self._fileobj is None:

Callers

nothing calls this directly

Calls 2

_open_if_neededMethod · 0.95
seekMethod · 0.45

Tested by

no test coverage detected