MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / seekable

Method seekable

tools/python-3.11.9-amd64/Lib/zipfile.py:1081–1084  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1079 super().close()
1080
1081 def seekable(self):
1082 if self.closed:
1083 raise ValueError("I/O operation on closed file.")
1084 return self._seekable
1085
1086 def seek(self, offset, whence=0):
1087 if self.closed:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected