MCPcopy Create free account
hub / github.com/RustPython/RustPython / seekable

Method seekable

extra_tests/snippets/stdlib_io.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return False
73
74 def seekable(self):
75 return False
76
77 def write(self, data):
78 self.textio.reconfigure(encoding="utf-8")

Callers 1

stdlib_io.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected